Html Css Color HEX #F06E6A Geraldine

📋 copy color: '#F06E6A'

red 240 ◦ green 110 ◦ blue 106

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

Shades of Geraldine #F06E6A

Tints of Geraldine #F06E6A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.12%

 BLUE value IS 106 (41.8% from 255) = 23.25%

R = 52.63%
G = 24.12%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F06E6A (or 0xF06E6A) is known color: Geraldine. HEX triplet: F0, 6E and 6A. RGB value is (240,110,106). Sum of RGB (Red+Green+Blue) = 240+110+106=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06E6A is #0F9195. Grayscale: #949494. Windows color (decimal): -1020310 or 6975216. OLE color: 6975216.

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

Color convert

RGB 240 110 106 -
CMYK 0 0.54 0.56 0.06
HSL 1.79º 0.82% 0.68% -
HSV(B) 1.79º 0.56% 0.94% -
XYZ 44.11 30.72 17.24 -
YUV 148.41 104.07 193.33 -
System Red Green Blue C M Y K H S L
Decimal 240 110 106 0 0.54 0.56 0.06 1.79 0.82 0.68
Hex F0 6E 6A 0 36 38 6 2 52 44
Octal 360 156 152 0 66 70 6 2 122 104
Binary 11110000 1101110 1101010 0 110110 111000 110 10 1010010 1000100

Color Harmonies of #F06E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06E6A

Black with #F06E6A

Text Example


Text Example

White with #F06E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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