Html Css Color HEX #F27574 Geraldine

📋 copy color: '#F27574'

red 242 ◦ green 117 ◦ blue 116

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

Shades of Geraldine #F27574

Tints of Geraldine #F27574

RGB

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

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

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

R = 50.95%
G = 24.63%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F27574 (or 0xF27574) is known color: Geraldine. HEX triplet: F2, 75 and 74. RGB value is (242,117,116). Sum of RGB (Red+Green+Blue) = 242+117+116=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F27574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27574 is #0D8A8B. Grayscale: #9A9A9A. Windows color (decimal): -887436 or 7632370. OLE color: 7632370.

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

Color convert

RGB 242 117 116 -
CMYK 0 0.52 0.52 0.05
HSL 0.48º 0.83% 0.7% -
HSV(B) 0.48º 0.52% 0.95% -
XYZ 46.13 32.86 20.43 -
YUV 154.26 106.41 190.58 -
System Red Green Blue C M Y K H S L
Decimal 242 117 116 0 0.52 0.52 0.05 0.48 0.83 0.7
Hex F2 75 74 0 34 34 5 0 53 46
Octal 362 165 164 0 64 64 5 0 123 106
Binary 11110010 1110101 1110100 0 110100 110100 101 0 1010011 1000110

Color Harmonies of #F27574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27574

Black with #F27574

Text Example


Text Example

White with #F27574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27574; }

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

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

background-color css

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

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

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

border-color css

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

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

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