Html Css Color HEX #F27F80 Froly

📋 copy color: '#F27F80'

red 242 ◦ green 127 ◦ blue 128

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

Shades of Froly #F27F80

Tints of Froly #F27F80

RGB

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

 GREEN value IS 127 (50% from 255) = 25.55%

 BLUE value IS 128 (50.39% from 255) = 25.75%

R = 48.69%
G = 25.55%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F27F80 (or 0xF27F80) is known color: Froly. HEX triplet: F2, 7F and 80. RGB value is (242,127,128). Sum of RGB (Red+Green+Blue) = 242+127+128=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27F80 is #0D807F. Grayscale: #A1A1A1. Windows color (decimal): -884864 or 8421362. OLE color: 8421362.

HSL color Cylindrical-coordinate representation of color #F27F80: hue angle of 359.48º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27F80 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 127 128 -
CMYK 0 0.48 0.47 0.05
HSL 359.48º 0.82% 0.72% -
HSV(B) 359.48º 0.48% 0.95% -
XYZ 48.1 35.61 24.76 -
YUV 161.5 109.1 185.42 -
System Red Green Blue C M Y K H S L
Decimal 242 127 128 0 0.48 0.47 0.05 359.48 0.82 0.72
Hex F2 7F 80 0 30 2F 5 167 52 48
Octal 362 177 200 0 60 57 5 547 122 110
Binary 11110010 1111111 10000000 0 110000 101111 101 101100111 1010010 1001000

Color Harmonies of #F27F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27F80

Black with #F27F80

Text Example


Text Example

White with #F27F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27F80; }

 p { color: rgb(242,127,128); }

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

background-color css

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

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

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

border-color css

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

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

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