Html Css Color HEX #F07FF1 Violet

📋 copy color: '#F07FF1'

red 240 ◦ green 127 ◦ blue 241

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

Shades of Violet #F07FF1

Tints of Violet #F07FF1

RGB

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

 GREEN value IS 127 (50% from 255) = 20.89%

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

R = 39.47%
G = 20.89%
B = 39.64%

CMYK

 C value IS 0.00

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F07FF1 (or 0xF07FF1) is known color: Violet. HEX triplet: F0, 7F and F1. RGB value is (240,127,241). Sum of RGB (Red+Green+Blue) = 240+127+241=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 127 (50% from 255 or 20.89% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #F07FF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07FF1 is #0F800E. Grayscale: #ADADAD. Windows color (decimal): -1015823 or 15826928. OLE color: 15826928.

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

Color convert

RGB 240 127 241 -
CMYK 0.00 0.47 0 0.05
HSL 299.47º 0.8% 0.72% -
HSV(B) 299.47º 0.47% 0.95% -
XYZ 59.4 40.05 87.82 -
YUV 173.78 165.94 175.23 -
System Red Green Blue C M Y K H S L
Decimal 240 127 241 0.00 0.47 0 0.05 299.47 0.8 0.72
Hex F0 7F F1 0 2F 0 5 12B 50 48
Octal 360 177 361 0 57 0 5 453 120 110
Binary 11110000 1111111 11110001 0 101111 0 101 100101011 1010000 1001000

Color Harmonies of #F07FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07FF1

Black with #F07FF1

Text Example


Text Example

White with #F07FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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