Html Css Color HEX #F06F6F Geraldine

📋 copy color: '#F06F6F'

red 240 ◦ green 111 ◦ blue 111

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

Shades of Geraldine #F06F6F

Tints of Geraldine #F06F6F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.03%

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

R = 51.95%
G = 24.03%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F06F6F (or 0xF06F6F) is known color: Geraldine. HEX triplet: F0, 6F and 6F. RGB value is (240,111,111). Sum of RGB (Red+Green+Blue) = 240+111+111=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06F6F is #0F9090. Grayscale: #959595. Windows color (decimal): -1020049 or 7303152. OLE color: 7303152.

HSL color Cylindrical-coordinate representation of color #F06F6F: hue angle of 0º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06F6F is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 111 111 -
CMYK 0 0.54 0.54 0.06
HSL 0.81% 0.69% -
HSV(B) 0.54% 0.94% -
XYZ 44.49 31.04 18.69 -
YUV 149.57 106.24 192.5 -
System Red Green Blue C M Y K H S L
Decimal 240 111 111 0 0.54 0.54 0.06 0 0.81 0.69
Hex F0 6F 6F 0 36 36 6 0 51 45
Octal 360 157 157 0 66 66 6 0 121 105
Binary 11110000 1101111 1101111 0 110110 110110 110 0 1010001 1000101

Color Harmonies of #F06F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06F6F

Black with #F06F6F

Text Example


Text Example

White with #F06F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06F6F; }

 p { color: rgb(240,111,111); }

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

background-color css

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

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

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

border-color css

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

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

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