Html Css Color HEX #F27976 Geraldine

📋 copy color: '#F27976'

red 242 ◦ green 121 ◦ blue 118

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

Shades of Geraldine #F27976

Tints of Geraldine #F27976

RGB

 RED value IS 242 (94.92% from 255) = 50.31%

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

 BLUE value IS 118 (46.48% from 255) = 24.53%

R = 50.31%
G = 25.16%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F27976 (or 0xF27976) is known color: Geraldine. HEX triplet: F2, 79 and 76. RGB value is (242,121,118). Sum of RGB (Red+Green+Blue) = 242+121+118=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F27976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27976 is #0D8689. Grayscale: #9C9C9C. Windows color (decimal): -886410 or 7764466. OLE color: 7764466.

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

Color convert

RGB 242 121 118 -
CMYK 0 0.50 0.51 0.05
HSL 1.45º 0.83% 0.71% -
HSV(B) 1.45º 0.51% 0.95% -
XYZ 46.73 33.86 21.21 -
YUV 156.84 106.09 188.74 -
System Red Green Blue C M Y K H S L
Decimal 242 121 118 0 0.50 0.51 0.05 1.45 0.83 0.71
Hex F2 79 76 0 32 33 5 1 53 47
Octal 362 171 166 0 62 63 5 1 123 107
Binary 11110010 1111001 1110110 0 110010 110011 101 1 1010011 1000111

Color Harmonies of #F27976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27976

Black with #F27976

Text Example


Text Example

White with #F27976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27976; }

 p { color: rgb(242,121,118); }

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

background-color css

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

 a { background-color: rgb(242,121,118); }

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

border-color css

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

 span { border-color: rgb(242,121,118); }

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