Html Css Color HEX #F06F6B Geraldine

📋 copy color: '#F06F6B'

red 240 ◦ green 111 ◦ blue 107

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

Shades of Geraldine #F06F6B

Tints of Geraldine #F06F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.36%

R = 52.4%
G = 24.24%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F06F6B (or 0xF06F6B) is known color: Geraldine. HEX triplet: F0, 6F and 6B. RGB value is (240,111,107). Sum of RGB (Red+Green+Blue) = 240+111+107=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06F6B is #0F9094. Grayscale: #959595. Windows color (decimal): -1020053 or 7041008. OLE color: 7041008.

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

Color convert

RGB 240 111 107 -
CMYK 0 0.54 0.55 0.06
HSL 1.8º 0.82% 0.68% -
HSV(B) 1.8º 0.55% 0.94% -
XYZ 44.27 30.96 17.55 -
YUV 149.12 104.24 192.83 -
System Red Green Blue C M Y K H S L
Decimal 240 111 107 0 0.54 0.55 0.06 1.8 0.82 0.68
Hex F0 6F 6B 0 36 37 6 2 52 44
Octal 360 157 153 0 66 67 6 2 122 104
Binary 11110000 1101111 1101011 0 110110 110111 110 10 1010010 1000100

Color Harmonies of #F06F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06F6B

Black with #F06F6B

Text Example


Text Example

White with #F06F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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