Html Css Color HEX #F07974 Geraldine

📋 copy color: '#F07974'

red 240 ◦ green 121 ◦ blue 116

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

Shades of Geraldine #F07974

Tints of Geraldine #F07974

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.37%

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

R = 50.31%
G = 25.37%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F07974 (or 0xF07974) is known color: Geraldine. HEX triplet: F0, 79 and 74. RGB value is (240,121,116). Sum of RGB (Red+Green+Blue) = 240+121+116=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F07974 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07974 is #0F868B. Grayscale: #9C9C9C. Windows color (decimal): -1017484 or 7633392. OLE color: 7633392.

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

Color convert

RGB 240 121 116 -
CMYK 0 0.50 0.52 0.06
HSL 2.42º 0.81% 0.7% -
HSV(B) 2.42º 0.52% 0.94% -
XYZ 45.92 33.46 20.56 -
YUV 156.01 105.42 187.91 -
System Red Green Blue C M Y K H S L
Decimal 240 121 116 0 0.50 0.52 0.06 2.42 0.81 0.7
Hex F0 79 74 0 32 34 6 2 51 46
Octal 360 171 164 0 62 64 6 2 121 106
Binary 11110000 1111001 1110100 0 110010 110100 110 10 1010001 1000110

Color Harmonies of #F07974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07974

Black with #F07974

Text Example


Text Example

White with #F07974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07974; }

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

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

background-color css

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

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

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

border-color css

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

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

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