Html Css Color HEX #F17570 Geraldine

📋 copy color: '#F17570'

red 241 ◦ green 117 ◦ blue 112

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

Shades of Geraldine #F17570

Tints of Geraldine #F17570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.89%

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

R = 51.28%
G = 24.89%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F17570 (or 0xF17570) is known color: Geraldine. HEX triplet: F1, 75 and 70. RGB value is (241,117,112). Sum of RGB (Red+Green+Blue) = 241+117+112=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F17570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17570 is #0E8A8F. Grayscale: #999999. Windows color (decimal): -952976 or 7370225. OLE color: 7370225.

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

Color convert

RGB 241 117 112 -
CMYK 0 0.51 0.54 0.05
HSL 2.33º 0.82% 0.69% -
HSV(B) 2.33º 0.54% 0.95% -
XYZ 45.56 32.59 19.22 -
YUV 153.51 104.58 190.41 -
System Red Green Blue C M Y K H S L
Decimal 241 117 112 0 0.51 0.54 0.05 2.33 0.82 0.69
Hex F1 75 70 0 33 36 5 2 52 45
Octal 361 165 160 0 63 66 5 2 122 105
Binary 11110001 1110101 1110000 0 110011 110110 101 10 1010010 1000101

Color Harmonies of #F17570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17570

Black with #F17570

Text Example


Text Example

White with #F17570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17570; }

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

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

background-color css

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

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

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

border-color css

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

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

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