Html Css Color HEX #F942FC Pink Flamingo

📋 copy color: '#F942FC'

red 249 ◦ green 66 ◦ blue 252

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

Shades of Pink Flamingo #F942FC

Tints of Pink Flamingo #F942FC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 11.64%

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

R = 43.92%
G = 11.64%
B = 44.44%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F942FC (or 0xF942FC) is known color: Pink Flamingo. HEX triplet: F9, 42 and FC. RGB value is (249,66,252). Sum of RGB (Red+Green+Blue) = 249+66+252=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 66 (26.17% from 255 or 11.64% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #F942FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F942FC is #06BD03. Grayscale: #8D8D8D. Windows color (decimal): -441604 or 16532217. OLE color: 16532217.

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

Color convert

RGB 249 66 252 -
CMYK 0.01 0.74 0 0.01
HSL 299.03º 0.97% 0.62% -
HSV(B) 299.03º 0.74% 0.99% -
XYZ 58.59 31.06 95 -
YUV 141.92 190.13 204.38 -
System Red Green Blue C M Y K H S L
Decimal 249 66 252 0.01 0.74 0 0.01 299.03 0.97 0.62
Hex F9 42 FC 1 4A 0 1 12B 61 3E
Octal 371 102 374 1 112 0 1 453 141 76
Binary 11111001 1000010 11111100 1 1001010 0 1 100101011 1100001 111110

Color Harmonies of #F942FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F942FC

Black with #F942FC

Text Example


Text Example

White with #F942FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F942FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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