Html Css Color HEX #F94EFB Pink Flamingo

📋 copy color: '#F94EFB'

red 249 ◦ green 78 ◦ blue 251

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

Shades of Pink Flamingo #F94EFB

Tints of Pink Flamingo #F94EFB

RGB

 RED value IS 249 (97.66% from 255) = 43.08%

 GREEN value IS 78 (30.86% from 255) = 13.49%

 BLUE value IS 251 (98.44% from 255) = 43.43%

R = 43.08%
G = 13.49%
B = 43.43%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F94EFB (or 0xF94EFB) is known color: Pink Flamingo. HEX triplet: F9, 4E and FB. RGB value is (249,78,251). Sum of RGB (Red+Green+Blue) = 249+78+251=578 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.08% from 578); Green value is 78 (30.86% from 255 or 13.49% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #F94EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F94EFB is #06B104. Grayscale: #949494. Windows color (decimal): -438533 or 16469753. OLE color: 16469753.

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

Color convert

RGB 249 78 251 -
CMYK 0.01 0.69 0 0.02
HSL 299.31º 0.96% 0.65% -
HSV(B) 299.31º 0.69% 0.98% -
XYZ 59.2 32.55 94.43 -
YUV 148.85 185.65 199.43 -
System Red Green Blue C M Y K H S L
Decimal 249 78 251 0.01 0.69 0 0.02 299.31 0.96 0.65
Hex F9 4E FB 1 45 0 2 12B 60 41
Octal 371 116 373 1 105 0 2 453 140 101
Binary 11111001 1001110 11111011 1 1000101 0 10 100101011 1100000 1000001

Color Harmonies of #F94EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94EFB

Black with #F94EFB

Text Example


Text Example

White with #F94EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94EFB; }

 p { color: rgb(249,78,251); }

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

background-color css

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

 a { background-color: rgb(249,78,251); }

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

border-color css

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

 span { border-color: rgb(249,78,251); }

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