Html Css Color HEX #F942FD Pink Flamingo

📋 copy color: '#F942FD'

red 249 ◦ green 66 ◦ blue 253

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

Shades of Pink Flamingo #F942FD

Tints of Pink Flamingo #F942FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.54%

R = 43.84%
G = 11.62%
B = 44.54%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F942FD (or 0xF942FD) is known color: Pink Flamingo. HEX triplet: F9, 42 and FD. RGB value is (249,66,253). Sum of RGB (Red+Green+Blue) = 249+66+253=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 66 (26.17% from 255 or 11.62% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #F942FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F942FD is #06BD02. Grayscale: #8D8D8D. Windows color (decimal): -441603 or 16597753. OLE color: 16597753.

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

Color convert

RGB 249 66 253 -
CMYK 0.02 0.74 0 0.01
HSL 298.72º 0.98% 0.63% -
HSV(B) 298.72º 0.74% 0.99% -
XYZ 58.74 31.13 95.84 -
YUV 142.04 190.63 204.29 -
System Red Green Blue C M Y K H S L
Decimal 249 66 253 0.02 0.74 0 0.01 298.72 0.98 0.63
Hex F9 42 FD 2 4A 0 1 12B 62 3F
Octal 371 102 375 2 112 0 1 453 142 77
Binary 11111001 1000010 11111101 10 1001010 0 1 100101011 1100010 111111

Color Harmonies of #F942FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F942FD

Black with #F942FD

Text Example


Text Example

White with #F942FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F942FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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