Html Css Color HEX #F07371 Geraldine

📋 copy color: '#F07371'

red 240 ◦ green 115 ◦ blue 113

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

Shades of Geraldine #F07371

Tints of Geraldine #F07371

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.57%

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

R = 51.28%
G = 24.57%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F07371 (or 0xF07371) is known color: Geraldine. HEX triplet: F0, 73 and 71. RGB value is (240,115,113). Sum of RGB (Red+Green+Blue) = 240+115+113=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F07371 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07371 is #0F8C8E. Grayscale: #989898. Windows color (decimal): -1019023 or 7435248. OLE color: 7435248.

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

Color convert

RGB 240 115 113 -
CMYK 0 0.52 0.53 0.06
HSL 0.94º 0.81% 0.69% -
HSV(B) 0.94º 0.53% 0.94% -
XYZ 45.05 31.98 19.42 -
YUV 152.15 105.91 190.66 -
System Red Green Blue C M Y K H S L
Decimal 240 115 113 0 0.52 0.53 0.06 0.94 0.81 0.69
Hex F0 73 71 0 34 35 6 1 51 45
Octal 360 163 161 0 64 65 6 1 121 105
Binary 11110000 1110011 1110001 0 110100 110101 110 1 1010001 1000101

Color Harmonies of #F07371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07371

Black with #F07371

Text Example


Text Example

White with #F07371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07371; }

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

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

background-color css

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

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

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

border-color css

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

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

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