Html Css Color HEX #F37470 Geraldine

📋 copy color: '#F37470'

red 243 ◦ green 116 ◦ blue 112

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

Shades of Geraldine #F37470

Tints of Geraldine #F37470

RGB

 RED value IS 243 (95.31% from 255) = 51.59%

 GREEN value IS 116 (45.7% from 255) = 24.63%

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

R = 51.59%
G = 24.63%
B = 23.78%

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

#F37470 (or 0xF37470) is known color: Geraldine. HEX triplet: F3, 74 and 70. RGB value is (243,116,112). Sum of RGB (Red+Green+Blue) = 243+116+112=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F37470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37470 is #0C8B8F. Grayscale: #999999. Windows color (decimal): -822160 or 7369971. OLE color: 7369971.

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

Color convert

RGB 243 116 112 -
CMYK 0 0.52 0.54 0.05
HSL 1.83º 0.85% 0.7% -
HSV(B) 1.83º 0.54% 0.95% -
XYZ 46.13 32.72 19.21 -
YUV 153.52 104.58 191.83 -
System Red Green Blue C M Y K H S L
Decimal 243 116 112 0 0.52 0.54 0.05 1.83 0.85 0.7
Hex F3 74 70 0 34 36 5 2 55 46
Octal 363 164 160 0 64 66 5 2 125 106
Binary 11110011 1110100 1110000 0 110100 110110 101 10 1010101 1000110

Color Harmonies of #F37470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37470

Black with #F37470

Text Example


Text Example

White with #F37470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37470; }

 p { color: rgb(243,116,112); }

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

background-color css

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

 a { background-color: rgb(243,116,112); }

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

border-color css

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

 span { border-color: rgb(243,116,112); }

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