Html Css Color HEX #F47070 Geraldine

📋 copy color: '#F47070'

red 244 ◦ green 112 ◦ blue 112

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

Shades of Geraldine #F47070

Tints of Geraldine #F47070

RGB

 RED value IS 244 (95.7% from 255) = 52.14%

 GREEN value IS 112 (44.14% from 255) = 23.93%

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

R = 52.14%
G = 23.93%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F47070 (or 0xF47070) is known color: Geraldine. HEX triplet: F4, 70 and 70. RGB value is (244,112,112). Sum of RGB (Red+Green+Blue) = 244+112+112=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F47070 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47070 is #0B8F8F. Grayscale: #979797. Windows color (decimal): -757648 or 7368948. OLE color: 7368948.

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

Color convert

RGB 244 112 112 -
CMYK 0 0.54 0.54 0.04
HSL 0.86% 0.7% -
HSV(B) 0.54% 0.96% -
XYZ 46.03 31.99 19.08 -
YUV 151.47 105.73 194 -
System Red Green Blue C M Y K H S L
Decimal 244 112 112 0 0.54 0.54 0.04 0 0.86 0.7
Hex F4 70 70 0 36 36 4 0 56 46
Octal 364 160 160 0 66 66 4 0 126 106
Binary 11110100 1110000 1110000 0 110110 110110 100 0 1010110 1000110

Color Harmonies of #F47070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47070

Black with #F47070

Text Example


Text Example

White with #F47070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47070; }

 p { color: rgb(244,112,112); }

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

background-color css

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

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

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

border-color css

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

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

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