Html Css Color HEX #F07271 Geraldine

📋 copy color: '#F07271'

red 240 ◦ green 114 ◦ blue 113

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

Shades of Geraldine #F07271

Tints of Geraldine #F07271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.41%

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

R = 51.39%
G = 24.41%
B = 24.2%

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

#F07271 (or 0xF07271) is known color: Geraldine. HEX triplet: F0, 72 and 71. RGB value is (240,114,113). Sum of RGB (Red+Green+Blue) = 240+114+113=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F07271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07271 is #0F8D8E. Grayscale: #979797. Windows color (decimal): -1019279 or 7434992. OLE color: 7434992.

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

Color convert

RGB 240 114 113 -
CMYK 0 0.52 0.53 0.06
HSL 0.47º 0.81% 0.69% -
HSV(B) 0.47º 0.53% 0.94% -
XYZ 44.93 31.75 19.38 -
YUV 151.56 106.24 191.08 -
System Red Green Blue C M Y K H S L
Decimal 240 114 113 0 0.52 0.53 0.06 0.47 0.81 0.69
Hex F0 72 71 0 34 35 6 0 51 45
Octal 360 162 161 0 64 65 6 0 121 105
Binary 11110000 1110010 1110001 0 110100 110101 110 0 1010001 1000101

Color Harmonies of #F07271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07271

Black with #F07271

Text Example


Text Example

White with #F07271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07271; }

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

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

background-color css

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

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

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

border-color css

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

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

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