Html Css Color HEX #F07171 Geraldine

📋 copy color: '#F07171'

red 240 ◦ green 113 ◦ blue 113

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

Shades of Geraldine #F07171

Tints of Geraldine #F07171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.25%

R = 51.5%
G = 24.25%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F07171 (or 0xF07171) is known color: Geraldine. HEX triplet: F0, 71 and 71. RGB value is (240,113,113). Sum of RGB (Red+Green+Blue) = 240+113+113=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F07171 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07171 is #0F8E8E. Grayscale: #979797. Windows color (decimal): -1019535 or 7434736. OLE color: 7434736.

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

Color convert

RGB 240 113 113 -
CMYK 0 0.53 0.53 0.06
HSL 0.81% 0.69% -
HSV(B) 0.53% 0.94% -
XYZ 44.82 31.53 19.35 -
YUV 150.97 106.58 191.5 -
System Red Green Blue C M Y K H S L
Decimal 240 113 113 0 0.53 0.53 0.06 0 0.81 0.69
Hex F0 71 71 0 35 35 6 0 51 45
Octal 360 161 161 0 65 65 6 0 121 105
Binary 11110000 1110001 1110001 0 110101 110101 110 0 1010001 1000101

Color Harmonies of #F07171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07171

Black with #F07171

Text Example


Text Example

White with #F07171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07171; }

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

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

background-color css

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

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

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

border-color css

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

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

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