Html Css Color HEX #F07871 Geraldine

📋 copy color: '#F07871'

red 240 ◦ green 120 ◦ blue 113

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

Shades of Geraldine #F07871

Tints of Geraldine #F07871

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.37%

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

R = 50.74%
G = 25.37%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F07871 (or 0xF07871) is known color: Geraldine. HEX triplet: F0, 78 and 71. RGB value is (240,120,113). Sum of RGB (Red+Green+Blue) = 240+120+113=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F07871 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07871 is #0F878E. Grayscale: #9B9B9B. Windows color (decimal): -1017743 or 7436528. OLE color: 7436528.

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

Color convert

RGB 240 120 113 -
CMYK 0 0.5 0.53 0.06
HSL 3.31º 0.81% 0.69% -
HSV(B) 3.31º 0.53% 0.94% -
XYZ 45.63 33.15 19.62 -
YUV 155.08 104.26 188.57 -
System Red Green Blue C M Y K H S L
Decimal 240 120 113 0 0.5 0.53 0.06 3.31 0.81 0.69
Hex F0 78 71 0 32 35 6 3 51 45
Octal 360 170 161 0 62 65 6 3 121 105
Binary 11110000 1111000 1110001 0 110010 110101 110 11 1010001 1000101

Color Harmonies of #F07871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07871

Black with #F07871

Text Example


Text Example

White with #F07871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07871; }

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

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

background-color css

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

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

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

border-color css

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

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

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