Html Css Color HEX #F07575 Geraldine

📋 copy color: '#F07575'

red 240 ◦ green 117 ◦ blue 117

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

Shades of Geraldine #F07575

Tints of Geraldine #F07575

RGB

 RED value IS 240 (94.14% from 255) = 50.63%

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

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

R = 50.63%
G = 24.68%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F07575 (or 0xF07575) is known color: Geraldine. HEX triplet: F0, 75 and 75. RGB value is (240,117,117). Sum of RGB (Red+Green+Blue) = 240+117+117=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F07575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07575 is #0F8A8A. Grayscale: #999999. Windows color (decimal): -1018507 or 7697904. OLE color: 7697904.

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

Color convert

RGB 240 117 117 -
CMYK 0 0.51 0.51 0.06
HSL 0.8% 0.7% -
HSV(B) 0.51% 0.94% -
XYZ 45.51 32.53 20.71 -
YUV 153.78 107.25 189.5 -
System Red Green Blue C M Y K H S L
Decimal 240 117 117 0 0.51 0.51 0.06 0 0.8 0.7
Hex F0 75 75 0 33 33 6 0 50 46
Octal 360 165 165 0 63 63 6 0 120 106
Binary 11110000 1110101 1110101 0 110011 110011 110 0 1010000 1000110

Color Harmonies of #F07575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07575

Black with #F07575

Text Example


Text Example

White with #F07575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07575; }

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

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

background-color css

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

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

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

border-color css

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

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

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