Html Css Color HEX #F27C80 Froly

📋 copy color: '#F27C80'

red 242 ◦ green 124 ◦ blue 128

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

Shades of Froly #F27C80

Tints of Froly #F27C80

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.1%

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

R = 48.99%
G = 25.1%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F27C80 (or 0xF27C80) is known color: Froly. HEX triplet: F2, 7C and 80. RGB value is (242,124,128). Sum of RGB (Red+Green+Blue) = 242+124+128=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27C80 is #0D837F. Grayscale: #9F9F9F. Windows color (decimal): -885632 or 8420594. OLE color: 8420594.

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

Color convert

RGB 242 124 128 -
CMYK 0 0.49 0.47 0.05
HSL 357.97º 0.82% 0.72% -
HSV(B) 357.97º 0.49% 0.95% -
XYZ 47.72 34.85 24.63 -
YUV 159.74 110.09 186.67 -
System Red Green Blue C M Y K H S L
Decimal 242 124 128 0 0.49 0.47 0.05 357.97 0.82 0.72
Hex F2 7C 80 0 31 2F 5 166 52 48
Octal 362 174 200 0 61 57 5 546 122 110
Binary 11110010 1111100 10000000 0 110001 101111 101 101100110 1010010 1001000

Color Harmonies of #F27C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27C80

Black with #F27C80

Text Example


Text Example

White with #F27C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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