Html Css Color HEX #F2717A Froly

📋 copy color: '#F2717A'

red 242 ◦ green 113 ◦ blue 122

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

Shades of Froly #F2717A

Tints of Froly #F2717A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.69%

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

R = 50.73%
G = 23.69%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F2717A (or 0xF2717A) is known color: Froly. HEX triplet: F2, 71 and 7A. RGB value is (242,113,122). Sum of RGB (Red+Green+Blue) = 242+113+122=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F2717A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2717A is #0D8E85. Grayscale: #989898. Windows color (decimal): -888454 or 8024562. OLE color: 8024562.

HSL color Cylindrical-coordinate representation of color #F2717A: hue angle of 355.81º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F2717A is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 113 122 -
CMYK 0 0.53 0.50 0.05
HSL 355.81º 0.83% 0.7% -
HSV(B) 355.81º 0.53% 0.95% -
XYZ 46.04 32.09 22.18 -
YUV 152.6 110.74 191.77 -
System Red Green Blue C M Y K H S L
Decimal 242 113 122 0 0.53 0.50 0.05 355.81 0.83 0.7
Hex F2 71 7A 0 35 32 5 164 53 46
Octal 362 161 172 0 65 62 5 544 123 106
Binary 11110010 1110001 1111010 0 110101 110010 101 101100100 1010011 1000110

Color Harmonies of #F2717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2717A

Black with #F2717A

Text Example


Text Example

White with #F2717A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2717A; }

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

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

background-color css

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

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

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

border-color css

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

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

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