Html Css Color HEX #F2FE6F Dolly

📋 copy color: '#F2FE6F'

red 242 ◦ green 254 ◦ blue 111

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

Shades of Dolly #F2FE6F

Tints of Dolly #F2FE6F

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.85%

 BLUE value IS 111 (43.75% from 255) = 18.29%

R = 39.87%
G = 41.85%
B = 18.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#F2FE6F (or 0xF2FE6F) is known color: Dolly. HEX triplet: F2, FE and 6F. RGB value is (242,254,111). Sum of RGB (Red+Green+Blue) = 242+254+111=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 111 (43.75% from 255 or 18.29% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE6F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FE6F is #0D0190. Grayscale: #EAEAEA. Windows color (decimal): -852369 or 7339762. OLE color: 7339762.

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

Color convert

RGB 242 254 111 -
CMYK 0.05 0 0.56 0.00
HSL 65.03º 0.99% 0.72% -
HSV(B) 65.03º 0.56% 1% -
XYZ 74.93 90.91 28.64 -
YUV 234.11 58.52 133.63 -
System Red Green Blue C M Y K H S L
Decimal 242 254 111 0.05 0 0.56 0.00 65.03 0.99 0.72
Hex F2 FE 6F 5 0 38 0 41 63 48
Octal 362 376 157 5 0 70 0 101 143 110
Binary 11110010 11111110 1101111 101 0 111000 0 1000001 1100011 1001000

Color Harmonies of #F2FE6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FE6F

Black with #F2FE6F

Text Example


Text Example

White with #F2FE6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FE6F; }

 p { color: rgb(242,254,111); }

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

background-color css

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

 a { background-color: rgb(242,254,111); }

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

border-color css

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

 span { border-color: rgb(242,254,111); }

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