Html Css Color HEX #F2747C Froly

📋 copy color: '#F2747C'

red 242 ◦ green 116 ◦ blue 124

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

Shades of Froly #F2747C

Tints of Froly #F2747C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.07%

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

R = 50.21%
G = 24.07%
B = 25.73%

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

#F2747C (or 0xF2747C) is known color: Froly. HEX triplet: F2, 74 and 7C. RGB value is (242,116,124). Sum of RGB (Red+Green+Blue) = 242+116+124=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F2747C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2747C is #0D8B83. Grayscale: #9A9A9A. Windows color (decimal): -887684 or 8156402. OLE color: 8156402.

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

Color convert

RGB 242 116 124 -
CMYK 0 0.52 0.49 0.05
HSL 356.19º 0.83% 0.7% -
HSV(B) 356.19º 0.52% 0.95% -
XYZ 46.5 32.82 22.95 -
YUV 154.59 110.74 190.35 -
System Red Green Blue C M Y K H S L
Decimal 242 116 124 0 0.52 0.49 0.05 356.19 0.83 0.7
Hex F2 74 7C 0 34 31 5 164 53 46
Octal 362 164 174 0 64 61 5 544 123 106
Binary 11110010 1110100 1111100 0 110100 110001 101 101100100 1010011 1000110

Color Harmonies of #F2747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2747C

Black with #F2747C

Text Example


Text Example

White with #F2747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2747C; }

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

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

background-color css

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

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

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

border-color css

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

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

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