Html Css Color HEX #F2797D Froly

📋 copy color: '#F2797D'

red 242 ◦ green 121 ◦ blue 125

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

Shades of Froly #F2797D

Tints of Froly #F2797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.8%

 BLUE value IS 125 (49.22% from 255) = 25.61%

R = 49.59%
G = 24.8%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2797D (or 0xF2797D) is known color: Froly. HEX triplet: F2, 79 and 7D. RGB value is (242,121,125). Sum of RGB (Red+Green+Blue) = 242+121+125=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F2797D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2797D is #0D8682. Grayscale: #9D9D9D. Windows color (decimal): -886403 or 8223218. OLE color: 8223218.

HSL color Cylindrical-coordinate representation of color #F2797D: hue angle of 358.02º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2797D is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 121 125 -
CMYK 0 0.50 0.48 0.05
HSL 358.02º 0.82% 0.71% -
HSV(B) 358.02º 0.5% 0.95% -
XYZ 47.16 34.03 23.49 -
YUV 157.64 109.59 188.17 -
System Red Green Blue C M Y K H S L
Decimal 242 121 125 0 0.50 0.48 0.05 358.02 0.82 0.71
Hex F2 79 7D 0 32 30 5 166 52 47
Octal 362 171 175 0 62 60 5 546 122 107
Binary 11110010 1111001 1111101 0 110010 110000 101 101100110 1010010 1000111

Color Harmonies of #F2797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2797D

Black with #F2797D

Text Example


Text Example

White with #F2797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2797D; }

 p { color: rgb(242,121,125); }

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

background-color css

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

 a { background-color: rgb(242,121,125); }

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

border-color css

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

 span { border-color: rgb(242,121,125); }

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