Html Css Color HEX #F071E5 Violet

📋 copy color: '#F071E5'

red 240 ◦ green 113 ◦ blue 229

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

Shades of Violet #F071E5

Tints of Violet #F071E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.35%

R = 41.24%
G = 19.42%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F071E5 (or 0xF071E5) is known color: Violet. HEX triplet: F0, 71 and E5. RGB value is (240,113,229). Sum of RGB (Red+Green+Blue) = 240+113+229=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 113 (44.53% from 255 or 19.42% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F071E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F071E5 is #0F8E1A. Grayscale: #A3A3A3. Windows color (decimal): -1019419 or 15036912. OLE color: 15036912.

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

Color convert

RGB 240 113 229 -
CMYK 0 0.53 0.05 0.06
HSL 305.2º 0.81% 0.69% -
HSV(B) 305.2º 0.53% 0.94% -
XYZ 55.98 35.99 78.13 -
YUV 164.2 164.58 182.07 -
System Red Green Blue C M Y K H S L
Decimal 240 113 229 0 0.53 0.05 0.06 305.2 0.81 0.69
Hex F0 71 E5 0 35 5 6 131 51 45
Octal 360 161 345 0 65 5 6 461 121 105
Binary 11110000 1110001 11100101 0 110101 101 110 100110001 1010001 1000101

Color Harmonies of #F071E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F071E5

Black with #F071E5

Text Example


Text Example

White with #F071E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F071E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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