Html Css Color HEX #F27675 Geraldine

📋 copy color: '#F27675'

red 242 ◦ green 118 ◦ blue 117

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

Shades of Geraldine #F27675

Tints of Geraldine #F27675

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.74%

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

R = 50.73%
G = 24.74%
B = 24.53%

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

#F27675 (or 0xF27675) is known color: Geraldine. HEX triplet: F2, 76 and 75. RGB value is (242,118,117). Sum of RGB (Red+Green+Blue) = 242+118+117=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F27675 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27675 is #0D898A. Grayscale: #9B9B9B. Windows color (decimal): -887179 or 7698162. OLE color: 7698162.

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

Color convert

RGB 242 118 117 -
CMYK 0 0.51 0.52 0.05
HSL 0.48º 0.83% 0.7% -
HSV(B) 0.48º 0.52% 0.95% -
XYZ 46.31 33.12 20.78 -
YUV 154.96 106.58 190.08 -
System Red Green Blue C M Y K H S L
Decimal 242 118 117 0 0.51 0.52 0.05 0.48 0.83 0.7
Hex F2 76 75 0 33 34 5 0 53 46
Octal 362 166 165 0 63 64 5 0 123 106
Binary 11110010 1110110 1110101 0 110011 110100 101 0 1010011 1000110

Color Harmonies of #F27675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27675

Black with #F27675

Text Example


Text Example

White with #F27675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27675; }

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

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

background-color css

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

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

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

border-color css

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

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

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