#F74AF1

Color #F74AF1 Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #F74AF1

Tints of Pink Flamingo #F74AF1

Color information

#F74AF1 (or 0xF74AF1) is unknown color: approx Pink Flamingo. HEX triplet: F7, 4A and F1. RGB value is (247,74,241). Sum of RGB (Red+Green+Blue) = 247+74+241=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 74 (29.30% from 255 or 13.17% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 247 - color contains mainly: red. Hex color #F74AF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F74AF1 is #08B50E. Grayscale: #909090. Windows color (decimal): -570639 or 15813367. OLE color: 15813367.

HSL color Cylindrical-coordinate representation of color #F74AF1: hue angle of 302.08º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74AF1 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB24774241-
CMYK00.700.020.03
HSL302.08º91.53%62.94%-
HSV(B)302.08º70.04%96.86%-
XYZ56.6831.0286.22-
YUV144.76182.31200.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 43.95%
GREEN value IS 74 (29.30% from 255) = 13.17%
BLUE value IS 241 (94.53% from 255) = 42.88%
R=43.95%
G=13.17%
B=42.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477424100.700.020.03302.0891.5362.94
HexF74AF10462312e5c3f
Octal36711236101062345613477
Binary111101111001010111100010100011010111001011101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74AF1; }

 p { color: rgb(247,74,241); }

 H1.HeaderClassName
 {
   color: #F74AF1;
 }
 .AnyTagClassName
 {
   color: #F74AF1;
 }
</style>
background-color css

<style>
 a { background-color: #F74AF1; }

 a { background-color: rgb(247,74,241); }

 div.DivClassName
 {
   background-color: #F74AF1;
 }
 .BgClassName
 {
   background-color: #F74AF1;
 }
</style>
border-color css

<style>
 span { border-color: #F74AF1; }

 span { border-color: rgb(247,74,241); }

 td.TdClassName
 {
   border-color: #F74AF1;
 }
 .TagClassName
 {
   border-color: #F74AF1;
 }
</style>