#F27B83

Color #F27B83 Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #F27B83

Tints of Froly #F27B83

Color information

#F27B83 (or 0xF27B83) is unknown color: approx Froly. HEX triplet: F2, 7B and 83. RGB value is (242,123,131). Sum of RGB (Red+Green+Blue) = 242+123+131=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F27B83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27B83 is #0D847C. Grayscale: #9F9F9F. Windows color (decimal): -885885 or 8616946. OLE color: 8616946.

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

Color convert

RGB242123131-
CMYK00.490.460.05
HSL355.97º82.07%71.57%-
HSV(B)355.97º49.17%94.9%-
XYZ47.834.6825.65-
YUV159.49111.92186.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.79%
GREEN value IS 123 (48.44% from 255) = 24.80%
BLUE value IS 131 (51.56% from 255) = 26.41%
R=48.79%
G=24.80%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212313100.490.460.05355.9782.0771.57
HexF27B830312E51645248
Octal362173203061565544122110
Binary11110010111101110000011011000110111010110110010010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27B83; }

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

 H1.HeaderClassName
 {
   color: #F27B83;
 }
 .AnyTagClassName
 {
   color: #F27B83;
 }
</style>
background-color css

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

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

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

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

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

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