Html Css Color HEX #F27575 Geraldine

📋 copy color: '#F27575'

red 242 ◦ green 117 ◦ blue 117

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

Shades of Geraldine #F27575

Tints of Geraldine #F27575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.58%

R = 50.84%
G = 24.58%
B = 24.58%

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

#F27575 (or 0xF27575) is known color: Geraldine. HEX triplet: F2, 75 and 75. RGB value is (242,117,117). Sum of RGB (Red+Green+Blue) = 242+117+117=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F27575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27575 is #0D8A8A. Grayscale: #9A9A9A. Windows color (decimal): -887435 or 7697906. OLE color: 7697906.

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

Color convert

RGB 242 117 117 -
CMYK 0 0.52 0.52 0.05
HSL 0.83% 0.7% -
HSV(B) 0.52% 0.95% -
XYZ 46.19 32.88 20.74 -
YUV 154.38 106.91 190.5 -
System Red Green Blue C M Y K H S L
Decimal 242 117 117 0 0.52 0.52 0.05 0 0.83 0.7
Hex F2 75 75 0 34 34 5 0 53 46
Octal 362 165 165 0 64 64 5 0 123 106
Binary 11110010 1110101 1110101 0 110100 110100 101 0 1010011 1000110

Color Harmonies of #F27575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27575

Black with #F27575

Text Example


Text Example

White with #F27575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27575; }

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

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

background-color css

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

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

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

border-color css

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

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

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