Html Css Color HEX #F27B80 Froly

📋 copy color: '#F27B80'

red 242 ◦ green 123 ◦ blue 128

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

Shades of Froly #F27B80

Tints of Froly #F27B80

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.95%

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

R = 49.09%
G = 24.95%
B = 25.96%

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

#F27B80 (or 0xF27B80) is known color: Froly. HEX triplet: F2, 7B and 80. RGB value is (242,123,128). Sum of RGB (Red+Green+Blue) = 242+123+128=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F27B80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27B80 is #0D847F. Grayscale: #9F9F9F. Windows color (decimal): -885888 or 8420338. OLE color: 8420338.

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

Color convert

RGB 242 123 128 -
CMYK 0 0.49 0.47 0.05
HSL 357.48º 0.82% 0.72% -
HSV(B) 357.48º 0.49% 0.95% -
XYZ 47.6 34.6 24.59 -
YUV 159.15 110.42 187.09 -
System Red Green Blue C M Y K H S L
Decimal 242 123 128 0 0.49 0.47 0.05 357.48 0.82 0.72
Hex F2 7B 80 0 31 2F 5 165 52 48
Octal 362 173 200 0 61 57 5 545 122 110
Binary 11110010 1111011 10000000 0 110001 101111 101 101100101 1010010 1001000

Color Harmonies of #F27B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27B80

Black with #F27B80

Text Example


Text Example

White with #F27B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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