Html Css Color HEX #F071F0 Violet

📋 copy color: '#F071F0'

red 240 ◦ green 113 ◦ blue 240

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

Shades of Violet #F071F0

Tints of Violet #F071F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.47%

R = 40.47%
G = 19.06%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#F071F0 (or 0xF071F0) is known color: Violet. HEX triplet: F0, 71 and F0. RGB value is (240,113,240). Sum of RGB (Red+Green+Blue) = 240+113+240=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 113 (44.53% from 255 or 19.06% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F071F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F071F0 is #0F8E0F. Grayscale: #A5A5A5. Windows color (decimal): -1019408 or 15757808. OLE color: 15757808.

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

Color convert

RGB 240 113 240 -
CMYK 0 0.53 0 0.06
HSL 300º 0.81% 0.69% -
HSV(B) 300º 0.53% 0.94% -
XYZ 57.57 36.63 86.47 -
YUV 165.45 170.08 181.17 -
System Red Green Blue C M Y K H S L
Decimal 240 113 240 0 0.53 0 0.06 300 0.81 0.69
Hex F0 71 F0 0 35 0 6 12C 51 45
Octal 360 161 360 0 65 0 6 454 121 105
Binary 11110000 1110001 11110000 0 110101 0 110 100101100 1010001 1000101

Color Harmonies of #F071F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F071F0

Black with #F071F0

Text Example


Text Example

White with #F071F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F071F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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