Html Css Color HEX #F94DFB Pink Flamingo

📋 copy color: '#F94DFB'

red 249 ◦ green 77 ◦ blue 251

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

Shades of Pink Flamingo #F94DFB

Tints of Pink Flamingo #F94DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.34%

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

R = 43.15%
G = 13.34%
B = 43.5%

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

#F94DFB (or 0xF94DFB) is known color: Pink Flamingo. HEX triplet: F9, 4D and FB. RGB value is (249,77,251). Sum of RGB (Red+Green+Blue) = 249+77+251=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 77 (30.47% from 255 or 13.34% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #F94DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F94DFB is #06B204. Grayscale: #939393. Windows color (decimal): -438789 or 16469497. OLE color: 16469497.

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

Color convert

RGB 249 77 251 -
CMYK 0.01 0.69 0 0.02
HSL 299.31º 0.96% 0.64% -
HSV(B) 299.31º 0.69% 0.98% -
XYZ 59.13 32.41 94.41 -
YUV 148.26 185.98 199.85 -
System Red Green Blue C M Y K H S L
Decimal 249 77 251 0.01 0.69 0 0.02 299.31 0.96 0.64
Hex F9 4D FB 1 45 0 2 12B 60 40
Octal 371 115 373 1 105 0 2 453 140 100
Binary 11111001 1001101 11111011 1 1000101 0 10 100101011 1100000 1000000

Color Harmonies of #F94DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94DFB

Black with #F94DFB

Text Example


Text Example

White with #F94DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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