Html Css Color HEX #F27775 Geraldine

📋 copy color: '#F27775'

red 242 ◦ green 119 ◦ blue 117

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

Shades of Geraldine #F27775

Tints of Geraldine #F27775

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.9%

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

R = 50.63%
G = 24.9%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F27775 (or 0xF27775) is known color: Geraldine. HEX triplet: F2, 77 and 75. RGB value is (242,119,117). Sum of RGB (Red+Green+Blue) = 242+119+117=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F27775 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27775 is #0D888A. Grayscale: #9B9B9B. Windows color (decimal): -886923 or 7698418. OLE color: 7698418.

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

Color convert

RGB 242 119 117 -
CMYK 0 0.51 0.52 0.05
HSL 0.96º 0.83% 0.7% -
HSV(B) 0.96º 0.52% 0.95% -
XYZ 46.43 33.36 20.82 -
YUV 155.55 106.25 189.66 -
System Red Green Blue C M Y K H S L
Decimal 242 119 117 0 0.51 0.52 0.05 0.96 0.83 0.7
Hex F2 77 75 0 33 34 5 1 53 46
Octal 362 167 165 0 63 64 5 1 123 106
Binary 11110010 1110111 1110101 0 110011 110100 101 1 1010011 1000110

Color Harmonies of #F27775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27775

Black with #F27775

Text Example


Text Example

White with #F27775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27775; }

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

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

background-color css

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

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

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

border-color css

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

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

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