Html Css Color HEX #F27170 Geraldine

📋 copy color: '#F27170'

red 242 ◦ green 113 ◦ blue 112

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

Shades of Geraldine #F27170

Tints of Geraldine #F27170

RGB

 RED value IS 242 (94.92% from 255) = 51.82%

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

 BLUE value IS 112 (44.14% from 255) = 23.98%

R = 51.82%
G = 24.2%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F27170 (or 0xF27170) is known color: Geraldine. HEX triplet: F2, 71 and 70. RGB value is (242,113,112). Sum of RGB (Red+Green+Blue) = 242+113+112=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F27170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27170 is #0D8E8F. Grayscale: #979797. Windows color (decimal): -888464 or 7369202. OLE color: 7369202.

HSL color Cylindrical-coordinate representation of color #F27170: hue angle of 0.46º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F27170 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 113 112 -
CMYK 0 0.53 0.54 0.05
HSL 0.46º 0.83% 0.69% -
HSV(B) 0.46º 0.54% 0.95% -
XYZ 45.45 31.86 19.08 -
YUV 151.46 105.74 192.58 -
System Red Green Blue C M Y K H S L
Decimal 242 113 112 0 0.53 0.54 0.05 0.46 0.83 0.69
Hex F2 71 70 0 35 36 5 0 53 45
Octal 362 161 160 0 65 66 5 0 123 105
Binary 11110010 1110001 1110000 0 110101 110110 101 0 1010011 1000101

Color Harmonies of #F27170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27170

Black with #F27170

Text Example


Text Example

White with #F27170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27170; }

 p { color: rgb(242,113,112); }

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

background-color css

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

 a { background-color: rgb(242,113,112); }

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

border-color css

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

 span { border-color: rgb(242,113,112); }

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