Html Css Color HEX #F0717E Froly

📋 copy color: '#F0717E'

red 240 ◦ green 113 ◦ blue 126

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

Shades of Froly #F0717E

Tints of Froly #F0717E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.3%

R = 50.1%
G = 23.59%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0717E (or 0xF0717E) is known color: Froly. HEX triplet: F0, 71 and 7E. RGB value is (240,113,126). Sum of RGB (Red+Green+Blue) = 240+113+126=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F0717E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0717E is #0F8E81. Grayscale: #989898. Windows color (decimal): -1019522 or 8286704. OLE color: 8286704.

HSL color Cylindrical-coordinate representation of color #F0717E: hue angle of 353.86º 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 #F0717E is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 113 126 -
CMYK 0 0.53 0.48 0.06
HSL 353.86º 0.81% 0.69% -
HSV(B) 353.86º 0.53% 0.94% -
XYZ 45.61 31.84 23.48 -
YUV 152.46 113.08 190.44 -
System Red Green Blue C M Y K H S L
Decimal 240 113 126 0 0.53 0.48 0.06 353.86 0.81 0.69
Hex F0 71 7E 0 35 30 6 162 51 45
Octal 360 161 176 0 65 60 6 542 121 105
Binary 11110000 1110001 1111110 0 110101 110000 110 101100010 1010001 1000101

Color Harmonies of #F0717E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0717E

Black with #F0717E

Text Example


Text Example

White with #F0717E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0717E; }

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

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

background-color css

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

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

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

border-color css

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

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

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