Html Css Color HEX #F07574 Geraldine

📋 copy color: '#F07574'

red 240 ◦ green 117 ◦ blue 116

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

Shades of Geraldine #F07574

Tints of Geraldine #F07574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.52%

R = 50.74%
G = 24.74%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F07574 (or 0xF07574) is known color: Geraldine. HEX triplet: F0, 75 and 74. RGB value is (240,117,116). Sum of RGB (Red+Green+Blue) = 240+117+116=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F07574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07574 is #0F8A8B. Grayscale: #999999. Windows color (decimal): -1018508 or 7632368. OLE color: 7632368.

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

Color convert

RGB 240 117 116 -
CMYK 0 0.51 0.52 0.06
HSL 0.48º 0.81% 0.7% -
HSV(B) 0.48º 0.52% 0.94% -
XYZ 45.45 32.51 20.4 -
YUV 153.66 106.75 189.58 -
System Red Green Blue C M Y K H S L
Decimal 240 117 116 0 0.51 0.52 0.06 0.48 0.81 0.7
Hex F0 75 74 0 33 34 6 0 51 46
Octal 360 165 164 0 63 64 6 0 121 106
Binary 11110000 1110101 1110100 0 110011 110100 110 0 1010001 1000110

Color Harmonies of #F07574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07574

Black with #F07574

Text Example


Text Example

White with #F07574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07574; }

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

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

background-color css

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

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

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

border-color css

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

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

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