Html Css Color HEX #F0FC72 Dolly

📋 copy color: '#F0FC72'

red 240 ◦ green 252 ◦ blue 114

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

Shades of Dolly #F0FC72

Tints of Dolly #F0FC72

RGB

 RED value IS 240 (94.14% from 255) = 39.6%

 GREEN value IS 252 (98.83% from 255) = 41.58%

 BLUE value IS 114 (44.92% from 255) = 18.81%

R = 39.6%
G = 41.58%
B = 18.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#F0FC72 (or 0xF0FC72) is known color: Dolly. HEX triplet: F0, FC and 72. RGB value is (240,252,114). Sum of RGB (Red+Green+Blue) = 240+252+114=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 114 (44.92% from 255 or 18.81% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FC72 is #0F038D. Grayscale: #E9E9E9. Windows color (decimal): -983950 or 7535856. OLE color: 7535856.

HSL color Cylindrical-coordinate representation of color #F0FC72: hue angle of 65.22º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0FC72 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 252 114 -
CMYK 0.05 0 0.55 0.01
HSL 65.22º 0.96% 0.72% -
HSV(B) 65.22º 0.55% 0.99% -
XYZ 73.78 89.36 29.28 -
YUV 232.68 61.02 133.22 -
System Red Green Blue C M Y K H S L
Decimal 240 252 114 0.05 0 0.55 0.01 65.22 0.96 0.72
Hex F0 FC 72 5 0 37 1 41 60 48
Octal 360 374 162 5 0 67 1 101 140 110
Binary 11110000 11111100 1110010 101 0 110111 1 1000001 1100000 1001000

Color Harmonies of #F0FC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FC72

Black with #F0FC72

Text Example


Text Example

White with #F0FC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FC72; }

 p { color: rgb(240,252,114); }

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

background-color css

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

 a { background-color: rgb(240,252,114); }

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

border-color css

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

 span { border-color: rgb(240,252,114); }

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