#F2757A

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

Shades of Froly #F2757A

Tints of Froly #F2757A

Color information

#F2757A (or 0xF2757A) is unknown color: approx Froly. HEX triplet: F2, 75 and 7A. RGB value is (242,117,122). Sum of RGB (Red+Green+Blue) = 242+117+122=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2757A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2757A is #0D8A85. Grayscale: #9B9B9B. Windows color (decimal): -887430 or 8025586. OLE color: 8025586.

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

Color convert

RGB242117122-
CMYK00.520.500.05
HSL357.6º82.78%70.39%-
HSV(B)357.6º51.65%94.9%-
XYZ46.493322.33-
YUV154.94109.41190.09-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.31%
GREEN value IS 117 (46.09% from 255) = 24.32%
BLUE value IS 122 (48.05% from 255) = 25.36%
R=50.31%
G=24.32%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211712200.520.500.05357.682.7870.39
HexF2757A0343251665346
Octal362165172064625546123106
Binary1111001011101011111010011010011001010110110011010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2757A; }

 p { color: rgb(242,117,122); }

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

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

 a { background-color: rgb(242,117,122); }

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

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

 span { border-color: rgb(242,117,122); }

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