Html Css Color HEX #F2757C Froly

📋 copy color: '#F2757C'

red 242 ◦ green 117 ◦ blue 124

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

Shades of Froly #F2757C

Tints of Froly #F2757C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.22%

 BLUE value IS 124 (48.83% from 255) = 25.67%

R = 50.1%
G = 24.22%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2757C (or 0xF2757C) is known color: Froly. HEX triplet: F2, 75 and 7C. RGB value is (242,117,124). Sum of RGB (Red+Green+Blue) = 242+117+124=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2757C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2757C is #0D8A83. Grayscale: #9B9B9B. Windows color (decimal): -887428 or 8156658. OLE color: 8156658.

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

Color convert

RGB 242 117 124 -
CMYK 0 0.52 0.49 0.05
HSL 356.64º 0.83% 0.7% -
HSV(B) 356.64º 0.52% 0.95% -
XYZ 46.62 33.06 22.99 -
YUV 155.17 110.41 189.93 -
System Red Green Blue C M Y K H S L
Decimal 242 117 124 0 0.52 0.49 0.05 356.64 0.83 0.7
Hex F2 75 7C 0 34 31 5 165 53 46
Octal 362 165 174 0 64 61 5 545 123 106
Binary 11110010 1110101 1111100 0 110100 110001 101 101100101 1010011 1000110

Color Harmonies of #F2757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2757C

Black with #F2757C

Text Example


Text Example

White with #F2757C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2757C; }

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

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

background-color css

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

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

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

border-color css

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

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

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