Html Css Color HEX #F0717D Froly

📋 copy color: '#F0717D'

red 240 ◦ green 113 ◦ blue 125

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

Shades of Froly #F0717D

Tints of Froly #F0717D

RGB

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

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

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

R = 50.21%
G = 23.64%
B = 26.15%

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

#F0717D (or 0xF0717D) is known color: Froly. HEX triplet: F0, 71 and 7D. RGB value is (240,113,125). Sum of RGB (Red+Green+Blue) = 240+113+125=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0717D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0717D is #0F8E82. Grayscale: #989898. Windows color (decimal): -1019523 or 8221168. OLE color: 8221168.

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

Color convert

RGB 240 113 125 -
CMYK 0 0.53 0.48 0.06
HSL 354.33º 0.81% 0.69% -
HSV(B) 354.33º 0.53% 0.94% -
XYZ 45.54 31.82 23.14 -
YUV 152.34 112.58 190.52 -
System Red Green Blue C M Y K H S L
Decimal 240 113 125 0 0.53 0.48 0.06 354.33 0.81 0.69
Hex F0 71 7D 0 35 30 6 162 51 45
Octal 360 161 175 0 65 60 6 542 121 105
Binary 11110000 1110001 1111101 0 110101 110000 110 101100010 1010001 1000101

Color Harmonies of #F0717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0717D

Black with #F0717D

Text Example


Text Example

White with #F0717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0717D; }

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

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

background-color css

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

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

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

border-color css

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

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

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