Html Css Color HEX #FA4BF2 Pink Flamingo

📋 copy color: '#FA4BF2'

red 250 ◦ green 75 ◦ blue 242

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

Shades of Pink Flamingo #FA4BF2

Tints of Pink Flamingo #FA4BF2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.23%

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

R = 44.09%
G = 13.23%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA4BF2 (or 0xFA4BF2) is known color: Pink Flamingo. HEX triplet: FA, 4B and F2. RGB value is (250,75,242). Sum of RGB (Red+Green+Blue) = 250+75+242=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 75 (29.69% from 255 or 13.23% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4BF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA4BF2 is #05B40D. Grayscale: #919191. Windows color (decimal): -373774 or 15879162. OLE color: 15879162.

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

Color convert

RGB 250 75 242 -
CMYK 0 0.7 0.03 0.02
HSL 302.74º 0.95% 0.64% -
HSV(B) 302.74º 0.7% 0.98% -
XYZ 57.97 31.77 87.08 -
YUV 146.36 181.98 201.92 -
System Red Green Blue C M Y K H S L
Decimal 250 75 242 0 0.7 0.03 0.02 302.74 0.95 0.64
Hex FA 4B F2 0 46 3 2 12F 5F 40
Octal 372 113 362 0 106 3 2 457 137 100
Binary 11111010 1001011 11110010 0 1000110 11 10 100101111 1011111 1000000

Color Harmonies of #FA4BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4BF2

Black with #FA4BF2

Text Example


Text Example

White with #FA4BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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