Html Css Color HEX #F942F0 Pink Flamingo

📋 copy color: '#F942F0'

red 249 ◦ green 66 ◦ blue 240

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

Shades of Pink Flamingo #F942F0

Tints of Pink Flamingo #F942F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.24%

R = 44.86%
G = 11.89%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F942F0 (or 0xF942F0) is known color: Pink Flamingo. HEX triplet: F9, 42 and F0. RGB value is (249,66,240). Sum of RGB (Red+Green+Blue) = 249+66+240=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 66 (26.17% from 255 or 11.89% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F942F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F942F0 is #06BD0F. Grayscale: #8C8C8C. Windows color (decimal): -441616 or 15745785. OLE color: 15745785.

HSL color Cylindrical-coordinate representation of color #F942F0: hue angle of 302.95º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F942F0 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 66 240 -
CMYK 0 0.73 0.04 0.02
HSL 302.95º 0.94% 0.62% -
HSV(B) 302.95º 0.73% 0.98% -
XYZ 56.74 30.33 85.3 -
YUV 140.55 184.13 205.35 -
System Red Green Blue C M Y K H S L
Decimal 249 66 240 0 0.73 0.04 0.02 302.95 0.94 0.62
Hex F9 42 F0 0 49 4 2 12F 5E 3E
Octal 371 102 360 0 111 4 2 457 136 76
Binary 11111001 1000010 11110000 0 1001001 100 10 100101111 1011110 111110

Color Harmonies of #F942F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F942F0

Black with #F942F0

Text Example


Text Example

White with #F942F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F942F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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