Html Css Color HEX #FA4FF2 Pink Flamingo

📋 copy color: '#FA4FF2'

red 250 ◦ green 79 ◦ blue 242

#FA4FF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #FA4FF2

Tints of Pink Flamingo #FA4FF2

RGB

 RED value IS 250 (98.05% from 255) = 43.78%

 GREEN value IS 79 (31.25% from 255) = 13.84%

 BLUE value IS 242 (94.92% from 255) = 42.38%

R = 43.78%
G = 13.84%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA4FF2 (or 0xFA4FF2) is known color: Pink Flamingo. HEX triplet: FA, 4F and F2. RGB value is (250,79,242). Sum of RGB (Red+Green+Blue) = 250+79+242=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 79 (31.25% from 255 or 13.84% from 571); Blue value is 242 (94.92% from 255 or 42.38% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA4FF2 is #05B00D. Grayscale: #949494. Windows color (decimal): -372750 or 15880186. OLE color: 15880186.

HSL color Cylindrical-coordinate representation of color #FA4FF2: hue angle of 302.81º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA4FF2 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 79 242 -
CMYK 0 0.68 0.03 0.02
HSL 302.81º 0.94% 0.65% -
HSV(B) 302.81º 0.68% 0.98% -
XYZ 58.25 32.33 87.17 -
YUV 148.71 180.65 200.25 -
System Red Green Blue C M Y K H S L
Decimal 250 79 242 0 0.68 0.03 0.02 302.81 0.94 0.65
Hex FA 4F F2 0 44 3 2 12F 5E 41
Octal 372 117 362 0 104 3 2 457 136 101
Binary 11111010 1001111 11110010 0 1000100 11 10 100101111 1011110 1000001

Color Harmonies of #FA4FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4FF2

Black with #FA4FF2

Text Example


Text Example

White with #FA4FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4FF2; }

 p { color: rgb(250,79,242); }

 H1.HeaderClassName
 {
   color: #FA4FF2;
 }
 .AnyTagClassName
 {
   color: #FA4FF2;
 }
</style>

background-color css

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

 a { background-color: rgb(250,79,242); }

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

border-color css

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

 span { border-color: rgb(250,79,242); }

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