Html Css Color HEX #F0716E Geraldine

📋 copy color: '#F0716E'

red 240 ◦ green 113 ◦ blue 110

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

Shades of Geraldine #F0716E

Tints of Geraldine #F0716E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.41%

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

R = 51.84%
G = 24.41%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0716E (or 0xF0716E) is known color: Geraldine. HEX triplet: F0, 71 and 6E. RGB value is (240,113,110). Sum of RGB (Red+Green+Blue) = 240+113+110=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F0716E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0716E is #0F8E91. Grayscale: #969696. Windows color (decimal): -1019538 or 7238128. OLE color: 7238128.

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

Color convert

RGB 240 113 110 -
CMYK 0 0.53 0.54 0.06
HSL 1.38º 0.81% 0.69% -
HSV(B) 1.38º 0.54% 0.94% -
XYZ 44.65 31.46 18.47 -
YUV 150.63 105.08 191.74 -
System Red Green Blue C M Y K H S L
Decimal 240 113 110 0 0.53 0.54 0.06 1.38 0.81 0.69
Hex F0 71 6E 0 35 36 6 1 51 45
Octal 360 161 156 0 65 66 6 1 121 105
Binary 11110000 1110001 1101110 0 110101 110110 110 1 1010001 1000101

Color Harmonies of #F0716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0716E

Black with #F0716E

Text Example


Text Example

White with #F0716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0716E; }

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

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

background-color css

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

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

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

border-color css

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

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

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