Html Css Color HEX #F06F6E Geraldine

📋 copy color: '#F06F6E'

red 240 ◦ green 111 ◦ blue 110

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

Shades of Geraldine #F06F6E

Tints of Geraldine #F06F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.86%

R = 52.06%
G = 24.08%
B = 23.86%

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

#F06F6E (or 0xF06F6E) is known color: Geraldine. HEX triplet: F0, 6F and 6E. RGB value is (240,111,110). Sum of RGB (Red+Green+Blue) = 240+111+110=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06F6E is #0F9091. Grayscale: #959595. Windows color (decimal): -1020050 or 7237616. OLE color: 7237616.

HSL color Cylindrical-coordinate representation of color #F06F6E: hue angle of 0.46º 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 #F06F6E is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 111 110 -
CMYK 0 0.54 0.54 0.06
HSL 0.46º 0.81% 0.69% -
HSV(B) 0.46º 0.54% 0.94% -
XYZ 44.43 31.02 18.4 -
YUV 149.46 105.74 192.58 -
System Red Green Blue C M Y K H S L
Decimal 240 111 110 0 0.54 0.54 0.06 0.46 0.81 0.69
Hex F0 6F 6E 0 36 36 6 0 51 45
Octal 360 157 156 0 66 66 6 0 121 105
Binary 11110000 1101111 1101110 0 110110 110110 110 0 1010001 1000101

Color Harmonies of #F06F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06F6E

Black with #F06F6E

Text Example


Text Example

White with #F06F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06F6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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