Html Css Color HEX #F27370 Geraldine

📋 copy color: '#F27370'

red 242 ◦ green 115 ◦ blue 112

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

Shades of Geraldine #F27370

Tints of Geraldine #F27370

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.52%

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

R = 51.6%
G = 24.52%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F27370 (or 0xF27370) is known color: Geraldine. HEX triplet: F2, 73 and 70. RGB value is (242,115,112). Sum of RGB (Red+Green+Blue) = 242+115+112=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F27370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27370 is #0D8C8F. Grayscale: #989898. Windows color (decimal): -887952 or 7369714. OLE color: 7369714.

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

Color convert

RGB 242 115 112 -
CMYK 0 0.52 0.54 0.05
HSL 1.38º 0.83% 0.69% -
HSV(B) 1.38º 0.54% 0.95% -
XYZ 45.67 32.31 19.16 -
YUV 152.63 105.08 191.74 -
System Red Green Blue C M Y K H S L
Decimal 242 115 112 0 0.52 0.54 0.05 1.38 0.83 0.69
Hex F2 73 70 0 34 36 5 1 53 45
Octal 362 163 160 0 64 66 5 1 123 105
Binary 11110010 1110011 1110000 0 110100 110110 101 1 1010011 1000101

Color Harmonies of #F27370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27370

Black with #F27370

Text Example


Text Example

White with #F27370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27370; }

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

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

background-color css

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

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

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

border-color css

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

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

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