Html Css Color HEX #F17470 Geraldine

📋 copy color: '#F17470'

red 241 ◦ green 116 ◦ blue 112

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

Shades of Geraldine #F17470

Tints of Geraldine #F17470

RGB

 RED value IS 241 (94.53% from 255) = 51.39%

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

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

R = 51.39%
G = 24.73%
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

#F17470 (or 0xF17470) is known color: Geraldine. HEX triplet: F1, 74 and 70. RGB value is (241,116,112). Sum of RGB (Red+Green+Blue) = 241+116+112=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F17470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17470 is #0E8B8F. Grayscale: #999999. Windows color (decimal): -953232 or 7369969. OLE color: 7369969.

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

Color convert

RGB 241 116 112 -
CMYK 0 0.52 0.54 0.05
HSL 1.86º 0.82% 0.69% -
HSV(B) 1.86º 0.54% 0.95% -
XYZ 45.45 32.36 19.18 -
YUV 152.92 104.91 190.83 -
System Red Green Blue C M Y K H S L
Decimal 241 116 112 0 0.52 0.54 0.05 1.86 0.82 0.69
Hex F1 74 70 0 34 36 5 2 52 45
Octal 361 164 160 0 64 66 5 2 122 105
Binary 11110001 1110100 1110000 0 110100 110110 101 10 1010010 1000101

Color Harmonies of #F17470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17470

Black with #F17470

Text Example


Text Example

White with #F17470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17470; }

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

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

background-color css

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

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

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

border-color css

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

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

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