Html Css Color HEX #F37575 Geraldine

📋 copy color: '#F37575'

red 243 ◦ green 117 ◦ blue 117

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

Shades of Geraldine #F37575

Tints of Geraldine #F37575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.53%

R = 50.94%
G = 24.53%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F37575 (or 0xF37575) is known color: Geraldine. HEX triplet: F3, 75 and 75. RGB value is (243,117,117). Sum of RGB (Red+Green+Blue) = 243+117+117=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F37575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37575 is #0C8A8A. Grayscale: #9A9A9A. Windows color (decimal): -821899 or 7697907. OLE color: 7697907.

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

Color convert

RGB 243 117 117 -
CMYK 0 0.52 0.52 0.05
HSL 0.84% 0.71% -
HSV(B) 0.52% 0.95% -
XYZ 46.53 33.06 20.76 -
YUV 154.67 106.74 191 -
System Red Green Blue C M Y K H S L
Decimal 243 117 117 0 0.52 0.52 0.05 0 0.84 0.71
Hex F3 75 75 0 34 34 5 0 54 47
Octal 363 165 165 0 64 64 5 0 124 107
Binary 11110011 1110101 1110101 0 110100 110100 101 0 1010100 1000111

Color Harmonies of #F37575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37575

Black with #F37575

Text Example


Text Example

White with #F37575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37575; }

 p { color: rgb(243,117,117); }

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

background-color css

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

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

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

border-color css

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

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

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