Html Css Color HEX #F07571 Geraldine

📋 copy color: '#F07571'

red 240 ◦ green 117 ◦ blue 113

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

Shades of Geraldine #F07571

Tints of Geraldine #F07571

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.89%

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

R = 51.06%
G = 24.89%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F07571 (or 0xF07571) is known color: Geraldine. HEX triplet: F0, 75 and 71. RGB value is (240,117,113). Sum of RGB (Red+Green+Blue) = 240+117+113=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F07571 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07571 is #0F8A8E. Grayscale: #999999. Windows color (decimal): -1018511 or 7435760. OLE color: 7435760.

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

Color convert

RGB 240 117 113 -
CMYK 0 0.51 0.53 0.06
HSL 1.89º 0.81% 0.69% -
HSV(B) 1.89º 0.53% 0.94% -
XYZ 45.28 32.44 19.5 -
YUV 153.32 105.25 189.83 -
System Red Green Blue C M Y K H S L
Decimal 240 117 113 0 0.51 0.53 0.06 1.89 0.81 0.69
Hex F0 75 71 0 33 35 6 2 51 45
Octal 360 165 161 0 63 65 6 2 121 105
Binary 11110000 1110101 1110001 0 110011 110101 110 10 1010001 1000101

Color Harmonies of #F07571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07571

Black with #F07571

Text Example


Text Example

White with #F07571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07571; }

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

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

background-color css

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

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

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

border-color css

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

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

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