Html Css Color HEX #F2747A Froly

📋 copy color: '#F2747A'

red 242 ◦ green 116 ◦ blue 122

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

Shades of Froly #F2747A

Tints of Froly #F2747A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.42%

R = 50.42%
G = 24.17%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F2747A (or 0xF2747A) is known color: Froly. HEX triplet: F2, 74 and 7A. RGB value is (242,116,122). Sum of RGB (Red+Green+Blue) = 242+116+122=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F2747A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2747A is #0D8B85. Grayscale: #9A9A9A. Windows color (decimal): -887686 or 8025330. OLE color: 8025330.

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

Color convert

RGB 242 116 122 -
CMYK 0 0.52 0.50 0.05
HSL 357.14º 0.83% 0.7% -
HSV(B) 357.14º 0.52% 0.95% -
XYZ 46.38 32.77 22.29 -
YUV 154.36 109.74 190.51 -
System Red Green Blue C M Y K H S L
Decimal 242 116 122 0 0.52 0.50 0.05 357.14 0.83 0.7
Hex F2 74 7A 0 34 32 5 165 53 46
Octal 362 164 172 0 64 62 5 545 123 106
Binary 11110010 1110100 1111010 0 110100 110010 101 101100101 1010011 1000110

Color Harmonies of #F2747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2747A

Black with #F2747A

Text Example


Text Example

White with #F2747A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2747A; }

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

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

background-color css

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

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

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

border-color css

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

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

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