Html Css Color HEX #F94CFC Pink Flamingo

📋 copy color: '#F94CFC'

red 249 ◦ green 76 ◦ blue 252

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

Shades of Pink Flamingo #F94CFC

Tints of Pink Flamingo #F94CFC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.17%

 BLUE value IS 252 (98.83% from 255) = 43.67%

R = 43.15%
G = 13.17%
B = 43.67%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F94CFC (or 0xF94CFC) is known color: Pink Flamingo. HEX triplet: F9, 4C and FC. RGB value is (249,76,252). Sum of RGB (Red+Green+Blue) = 249+76+252=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 76 (30.08% from 255 or 13.17% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #F94CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F94CFC is #06B303. Grayscale: #939393. Windows color (decimal): -439044 or 16534777. OLE color: 16534777.

HSL color Cylindrical-coordinate representation of color #F94CFC: hue angle of 298.98º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94CFC is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 249 76 252 -
CMYK 0.01 0.70 0 0.01
HSL 298.98º 0.97% 0.64% -
HSV(B) 298.98º 0.7% 0.99% -
XYZ 59.22 32.34 95.22 -
YUV 147.79 186.81 200.19 -
System Red Green Blue C M Y K H S L
Decimal 249 76 252 0.01 0.70 0 0.01 298.98 0.97 0.64
Hex F9 4C FC 1 46 0 1 12B 61 40
Octal 371 114 374 1 106 0 1 453 141 100
Binary 11111001 1001100 11111100 1 1000110 0 1 100101011 1100001 1000000

Color Harmonies of #F94CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94CFC

Black with #F94CFC

Text Example


Text Example

White with #F94CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94CFC; }

 p { color: rgb(249,76,252); }

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

background-color css

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

 a { background-color: rgb(249,76,252); }

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

border-color css

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

 span { border-color: rgb(249,76,252); }

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