Html Css Color HEX #F17870 Geraldine

📋 copy color: '#F17870'

red 241 ◦ green 120 ◦ blue 112

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

Shades of Geraldine #F17870

Tints of Geraldine #F17870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.37%

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

R = 50.95%
G = 25.37%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F17870 (or 0xF17870) is known color: Geraldine. HEX triplet: F1, 78 and 70. RGB value is (241,120,112). Sum of RGB (Red+Green+Blue) = 241+120+112=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F17870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17870 is #0E878F. Grayscale: #9B9B9B. Windows color (decimal): -952208 or 7370993. OLE color: 7370993.

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

Color convert

RGB 241 120 112 -
CMYK 0 0.50 0.54 0.05
HSL 3.72º 0.82% 0.69% -
HSV(B) 3.72º 0.54% 0.95% -
XYZ 45.92 33.3 19.34 -
YUV 155.27 103.59 189.15 -
System Red Green Blue C M Y K H S L
Decimal 241 120 112 0 0.50 0.54 0.05 3.72 0.82 0.69
Hex F1 78 70 0 32 36 5 4 52 45
Octal 361 170 160 0 62 66 5 4 122 105
Binary 11110001 1111000 1110000 0 110010 110110 101 100 1010010 1000101

Color Harmonies of #F17870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17870

Black with #F17870

Text Example


Text Example

White with #F17870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17870; }

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

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

background-color css

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

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

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

border-color css

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

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

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