Html Css Color HEX #F07FE6 Violet

📋 copy color: '#F07FE6'

red 240 ◦ green 127 ◦ blue 230

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

Shades of Violet #F07FE6

Tints of Violet #F07FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.53%

R = 40.2%
G = 21.27%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#F07FE6 (or 0xF07FE6) is known color: Violet. HEX triplet: F0, 7F and E6. RGB value is (240,127,230). Sum of RGB (Red+Green+Blue) = 240+127+230=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 127 (50% from 255 or 21.27% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07FE6 is #0F8019. Grayscale: #ACACAC. Windows color (decimal): -1015834 or 15106032. OLE color: 15106032.

HSL color Cylindrical-coordinate representation of color #F07FE6: hue angle of 305.31º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F07FE6 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 127 230 -
CMYK 0 0.47 0.04 0.06
HSL 305.31º 0.79% 0.72% -
HSV(B) 305.31º 0.47% 0.94% -
XYZ 57.81 39.42 79.42 -
YUV 172.53 160.44 176.12 -
System Red Green Blue C M Y K H S L
Decimal 240 127 230 0 0.47 0.04 0.06 305.31 0.79 0.72
Hex F0 7F E6 0 2F 4 6 131 4F 48
Octal 360 177 346 0 57 4 6 461 117 110
Binary 11110000 1111111 11100110 0 101111 100 110 100110001 1001111 1001000

Color Harmonies of #F07FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07FE6

Black with #F07FE6

Text Example


Text Example

White with #F07FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07FE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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