Html Css Color HEX #F071F1 Violet

📋 copy color: '#F071F1'

red 240 ◦ green 113 ◦ blue 241

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

Shades of Violet #F071F1

Tints of Violet #F071F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.57%

R = 40.4%
G = 19.02%
B = 40.57%

CMYK

 C value IS 0.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F071F1 (or 0xF071F1) is known color: Violet. HEX triplet: F0, 71 and F1. RGB value is (240,113,241). Sum of RGB (Red+Green+Blue) = 240+113+241=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 113 (44.53% from 255 or 19.02% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 241 - color contains mainly: blue. Hex color #F071F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F071F1 is #0F8E0E. Grayscale: #A5A5A5. Windows color (decimal): -1019407 or 15823344. OLE color: 15823344.

HSL color Cylindrical-coordinate representation of color #F071F1: hue angle of 299.53º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F071F1 is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 113 241 -
CMYK 0.00 0.53 0 0.05
HSL 299.53º 0.82% 0.69% -
HSV(B) 299.53º 0.53% 0.95% -
XYZ 57.72 36.69 87.26 -
YUV 165.57 170.58 181.09 -
System Red Green Blue C M Y K H S L
Decimal 240 113 241 0.00 0.53 0 0.05 299.53 0.82 0.69
Hex F0 71 F1 0 35 0 5 12C 52 45
Octal 360 161 361 0 65 0 5 454 122 105
Binary 11110000 1110001 11110001 0 110101 0 101 100101100 1010010 1000101

Color Harmonies of #F071F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F071F1

Black with #F071F1

Text Example


Text Example

White with #F071F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F071F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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