Html Css Color HEX #F2797F Froly

📋 copy color: '#F2797F'

red 242 ◦ green 121 ◦ blue 127

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

Shades of Froly #F2797F

Tints of Froly #F2797F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.92%

R = 49.39%
G = 24.69%
B = 25.92%

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

#F2797F (or 0xF2797F) is known color: Froly. HEX triplet: F2, 79 and 7F. RGB value is (242,121,127). Sum of RGB (Red+Green+Blue) = 242+121+127=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F2797F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2797F is #0D8680. Grayscale: #9D9D9D. Windows color (decimal): -886401 or 8354290. OLE color: 8354290.

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

Color convert

RGB 242 121 127 -
CMYK 0 0.50 0.48 0.05
HSL 357.02º 0.82% 0.71% -
HSV(B) 357.02º 0.5% 0.95% -
XYZ 47.29 34.08 24.17 -
YUV 157.86 110.59 188.01 -
System Red Green Blue C M Y K H S L
Decimal 242 121 127 0 0.50 0.48 0.05 357.02 0.82 0.71
Hex F2 79 7F 0 32 30 5 165 52 47
Octal 362 171 177 0 62 60 5 545 122 107
Binary 11110010 1111001 1111111 0 110010 110000 101 101100101 1010010 1000111

Color Harmonies of #F2797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2797F

Black with #F2797F

Text Example


Text Example

White with #F2797F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2797F; }

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

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

background-color css

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

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

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

border-color css

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

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

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