Html Css Color HEX #F07874 Geraldine

📋 copy color: '#F07874'

red 240 ◦ green 120 ◦ blue 116

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

Shades of Geraldine #F07874

Tints of Geraldine #F07874

RGB

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

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

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

R = 50.42%
G = 25.21%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F07874 (or 0xF07874) is known color: Geraldine. HEX triplet: F0, 78 and 74. RGB value is (240,120,116). Sum of RGB (Red+Green+Blue) = 240+120+116=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F07874 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07874 is #0F878B. Grayscale: #9B9B9B. Windows color (decimal): -1017740 or 7633136. OLE color: 7633136.

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

Color convert

RGB 240 120 116 -
CMYK 0 0.5 0.52 0.06
HSL 1.94º 0.81% 0.7% -
HSV(B) 1.94º 0.52% 0.94% -
XYZ 45.8 33.22 20.52 -
YUV 155.42 105.76 188.33 -
System Red Green Blue C M Y K H S L
Decimal 240 120 116 0 0.5 0.52 0.06 1.94 0.81 0.7
Hex F0 78 74 0 32 34 6 2 51 46
Octal 360 170 164 0 62 64 6 2 121 106
Binary 11110000 1111000 1110100 0 110010 110100 110 10 1010001 1000110

Color Harmonies of #F07874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07874

Black with #F07874

Text Example


Text Example

White with #F07874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07874; }

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

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

background-color css

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

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

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

border-color css

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

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

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