Html Css Color HEX #F07471 Geraldine

📋 copy color: '#F07471'

red 240 ◦ green 116 ◦ blue 113

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

Shades of Geraldine #F07471

Tints of Geraldine #F07471

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.73%

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

R = 51.17%
G = 24.73%
B = 24.09%

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

#F07471 (or 0xF07471) is known color: Geraldine. HEX triplet: F0, 74 and 71. RGB value is (240,116,113). Sum of RGB (Red+Green+Blue) = 240+116+113=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F07471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07471 is #0F8B8E. Grayscale: #989898. Windows color (decimal): -1018767 or 7435504. OLE color: 7435504.

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

Color convert

RGB 240 116 113 -
CMYK 0 0.52 0.53 0.06
HSL 1.42º 0.81% 0.69% -
HSV(B) 1.42º 0.53% 0.94% -
XYZ 45.16 32.21 19.46 -
YUV 152.73 105.58 190.24 -
System Red Green Blue C M Y K H S L
Decimal 240 116 113 0 0.52 0.53 0.06 1.42 0.81 0.69
Hex F0 74 71 0 34 35 6 1 51 45
Octal 360 164 161 0 64 65 6 1 121 105
Binary 11110000 1110100 1110001 0 110100 110101 110 1 1010001 1000101

Color Harmonies of #F07471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07471

Black with #F07471

Text Example


Text Example

White with #F07471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07471; }

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

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

background-color css

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

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

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

border-color css

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

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

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