Html Css Color HEX #F27774 Geraldine

📋 copy color: '#F27774'

red 242 ◦ green 119 ◦ blue 116

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

Shades of Geraldine #F27774

Tints of Geraldine #F27774

RGB

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

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

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

R = 50.73%
G = 24.95%
B = 24.32%

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

#F27774 (or 0xF27774) is known color: Geraldine. HEX triplet: F2, 77 and 74. RGB value is (242,119,116). Sum of RGB (Red+Green+Blue) = 242+119+116=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F27774 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27774 is #0D888B. Grayscale: #9B9B9B. Windows color (decimal): -886924 or 7632882. OLE color: 7632882.

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

Color convert

RGB 242 119 116 -
CMYK 0 0.51 0.52 0.05
HSL 1.43º 0.83% 0.7% -
HSV(B) 1.43º 0.52% 0.95% -
XYZ 46.37 33.33 20.51 -
YUV 155.44 105.75 189.74 -
System Red Green Blue C M Y K H S L
Decimal 242 119 116 0 0.51 0.52 0.05 1.43 0.83 0.7
Hex F2 77 74 0 33 34 5 1 53 46
Octal 362 167 164 0 63 64 5 1 123 106
Binary 11110010 1110111 1110100 0 110011 110100 101 1 1010011 1000110

Color Harmonies of #F27774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27774

Black with #F27774

Text Example


Text Example

White with #F27774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27774; }

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

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

background-color css

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

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

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

border-color css

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

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

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