Html Css Color HEX #F0717B Froly

📋 copy color: '#F0717B'

red 240 ◦ green 113 ◦ blue 123

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

Shades of Froly #F0717B

Tints of Froly #F0717B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.84%

R = 50.42%
G = 23.74%
B = 25.84%

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

#F0717B (or 0xF0717B) is known color: Froly. HEX triplet: F0, 71 and 7B. RGB value is (240,113,123). Sum of RGB (Red+Green+Blue) = 240+113+123=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F0717B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0717B is #0F8E84. Grayscale: #989898. Windows color (decimal): -1019525 or 8090096. OLE color: 8090096.

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

Color convert

RGB 240 113 123 -
CMYK 0 0.53 0.49 0.06
HSL 355.28º 0.81% 0.69% -
HSV(B) 355.28º 0.53% 0.94% -
XYZ 45.42 31.77 22.48 -
YUV 152.11 111.58 190.69 -
System Red Green Blue C M Y K H S L
Decimal 240 113 123 0 0.53 0.49 0.06 355.28 0.81 0.69
Hex F0 71 7B 0 35 31 6 163 51 45
Octal 360 161 173 0 65 61 6 543 121 105
Binary 11110000 1110001 1111011 0 110101 110001 110 101100011 1010001 1000101

Color Harmonies of #F0717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0717B

Black with #F0717B

Text Example


Text Example

White with #F0717B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0717B; }

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

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

background-color css

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

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

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

border-color css

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

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

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