Html Css Color HEX #F2FF71 Dolly

📋 copy color: '#F2FF71'

red 242 ◦ green 255 ◦ blue 113

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

Shades of Dolly #F2FF71

Tints of Dolly #F2FF71

RGB

 RED value IS 242 (94.92% from 255) = 39.67%

 GREEN value IS 255 (100% from 255) = 41.8%

 BLUE value IS 113 (44.53% from 255) = 18.52%

R = 39.67%
G = 41.8%
B = 18.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#F2FF71 (or 0xF2FF71) is known color: Dolly. HEX triplet: F2, FF and 71. RGB value is (242,255,113). Sum of RGB (Red+Green+Blue) = 242+255+113=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 113 (44.53% from 255 or 18.52% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FF71 is #0D008E. Grayscale: #EBEBEB. Windows color (decimal): -852111 or 7471090. OLE color: 7471090.

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

Color convert

RGB 242 255 113 -
CMYK 0.05 0 0.56 0
HSL 65.49º 1% 0.72% -
HSV(B) 65.49º 0.56% 1% -
XYZ 75.36 91.59 29.33 -
YUV 234.93 59.19 133.05 -
System Red Green Blue C M Y K H S L
Decimal 242 255 113 0.05 0 0.56 0 65.49 1 0.72
Hex F2 FF 71 5 0 38 0 41 64 48
Octal 362 377 161 5 0 70 0 101 144 110
Binary 11110010 11111111 1110001 101 0 111000 0 1000001 1100100 1001000

Color Harmonies of #F2FF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FF71

Black with #F2FF71

Text Example


Text Example

White with #F2FF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FF71; }

 p { color: rgb(242,255,113); }

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

background-color css

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

 a { background-color: rgb(242,255,113); }

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

border-color css

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

 span { border-color: rgb(242,255,113); }

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