Html Css Color HEX #F0716F Geraldine

📋 copy color: '#F0716F'

red 240 ◦ green 113 ◦ blue 111

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

Shades of Geraldine #F0716F

Tints of Geraldine #F0716F

RGB

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

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

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

R = 51.72%
G = 24.35%
B = 23.92%

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

#F0716F (or 0xF0716F) is known color: Geraldine. HEX triplet: F0, 71 and 6F. RGB value is (240,113,111). Sum of RGB (Red+Green+Blue) = 240+113+111=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0716F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0716F is #0F8E90. Grayscale: #969696. Windows color (decimal): -1019537 or 7303664. OLE color: 7303664.

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

Color convert

RGB 240 113 111 -
CMYK 0 0.53 0.54 0.06
HSL 0.93º 0.81% 0.69% -
HSV(B) 0.93º 0.54% 0.94% -
XYZ 44.71 31.48 18.76 -
YUV 150.75 105.58 191.66 -
System Red Green Blue C M Y K H S L
Decimal 240 113 111 0 0.53 0.54 0.06 0.93 0.81 0.69
Hex F0 71 6F 0 35 36 6 1 51 45
Octal 360 161 157 0 65 66 6 1 121 105
Binary 11110000 1110001 1101111 0 110101 110110 110 1 1010001 1000101

Color Harmonies of #F0716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0716F

Black with #F0716F

Text Example


Text Example

White with #F0716F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0716F; }

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

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

background-color css

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

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

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

border-color css

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

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

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