Html Css Color HEX #F075EB Violet

📋 copy color: '#F075EB'

red 240 ◦ green 117 ◦ blue 235

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

Shades of Violet #F075EB

Tints of Violet #F075EB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.76%

 BLUE value IS 235 (92.19% from 255) = 39.7%

R = 40.54%
G = 19.76%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F075EB (or 0xF075EB) is known color: Violet. HEX triplet: F0, 75 and EB. RGB value is (240,117,235). Sum of RGB (Red+Green+Blue) = 240+117+235=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 117 (46.09% from 255 or 19.76% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F075EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F075EB is #0F8A14. Grayscale: #A6A6A6. Windows color (decimal): -1018389 or 15431152. OLE color: 15431152.

HSL color Cylindrical-coordinate representation of color #F075EB: hue angle of 302.44º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F075EB is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 117 235 -
CMYK 0 0.51 0.02 0.06
HSL 302.44º 0.8% 0.7% -
HSV(B) 302.44º 0.51% 0.94% -
XYZ 57.29 37.25 82.77 -
YUV 167.23 166.25 179.91 -
System Red Green Blue C M Y K H S L
Decimal 240 117 235 0 0.51 0.02 0.06 302.44 0.8 0.7
Hex F0 75 EB 0 33 2 6 12E 50 46
Octal 360 165 353 0 63 2 6 456 120 106
Binary 11110000 1110101 11101011 0 110011 10 110 100101110 1010000 1000110

Color Harmonies of #F075EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F075EB

Black with #F075EB

Text Example


Text Example

White with #F075EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F075EB; }

 p { color: rgb(240,117,235); }

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

background-color css

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

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

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

border-color css

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

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

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