Html Css Color HEX #F0717A Froly

📋 copy color: '#F0717A'

red 240 ◦ green 113 ◦ blue 122

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

Shades of Froly #F0717A

Tints of Froly #F0717A

RGB

 RED value IS 240 (94.14% from 255) = 50.53%

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

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

R = 50.53%
G = 23.79%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0717A (or 0xF0717A) is known color: Froly. HEX triplet: F0, 71 and 7A. RGB value is (240,113,122). Sum of RGB (Red+Green+Blue) = 240+113+122=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F0717A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0717A is #0F8E85. Grayscale: #989898. Windows color (decimal): -1019526 or 8024560. OLE color: 8024560.

HSL color Cylindrical-coordinate representation of color #F0717A: hue angle of 355.75º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0717A is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 113 122 -
CMYK 0 0.53 0.49 0.06
HSL 355.75º 0.81% 0.69% -
HSV(B) 355.75º 0.53% 0.94% -
XYZ 45.35 31.74 22.15 -
YUV 152 111.08 190.77 -
System Red Green Blue C M Y K H S L
Decimal 240 113 122 0 0.53 0.49 0.06 355.75 0.81 0.69
Hex F0 71 7A 0 35 31 6 164 51 45
Octal 360 161 172 0 65 61 6 544 121 105
Binary 11110000 1110001 1111010 0 110101 110001 110 101100100 1010001 1000101

Color Harmonies of #F0717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0717A

Black with #F0717A

Text Example


Text Example

White with #F0717A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0717A; }

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

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

background-color css

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

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

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

border-color css

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

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

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