Html Css Color HEX #F27674 Geraldine

📋 copy color: '#F27674'

red 242 ◦ green 118 ◦ blue 116

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

Shades of Geraldine #F27674

Tints of Geraldine #F27674

RGB

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

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

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

R = 50.84%
G = 24.79%
B = 24.37%

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

#F27674 (or 0xF27674) is known color: Geraldine. HEX triplet: F2, 76 and 74. RGB value is (242,118,116). Sum of RGB (Red+Green+Blue) = 242+118+116=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F27674 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27674 is #0D898B. Grayscale: #9A9A9A. Windows color (decimal): -887180 or 7632626. OLE color: 7632626.

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

Color convert

RGB 242 118 116 -
CMYK 0 0.51 0.52 0.05
HSL 0.95º 0.83% 0.7% -
HSV(B) 0.95º 0.52% 0.95% -
XYZ 46.25 33.1 20.47 -
YUV 154.85 106.08 190.16 -
System Red Green Blue C M Y K H S L
Decimal 242 118 116 0 0.51 0.52 0.05 0.95 0.83 0.7
Hex F2 76 74 0 33 34 5 1 53 46
Octal 362 166 164 0 63 64 5 1 123 106
Binary 11110010 1110110 1110100 0 110011 110100 101 1 1010011 1000110

Color Harmonies of #F27674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27674

Black with #F27674

Text Example


Text Example

White with #F27674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27674; }

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

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

background-color css

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

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

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

border-color css

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

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

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