Html Css Color HEX #F075EA Violet

📋 copy color: '#F075EA'

red 240 ◦ green 117 ◦ blue 234

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

Shades of Violet #F075EA

Tints of Violet #F075EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.59%

R = 40.61%
G = 19.8%
B = 39.59%

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

#F075EA (or 0xF075EA) is known color: Violet. HEX triplet: F0, 75 and EA. RGB value is (240,117,234). Sum of RGB (Red+Green+Blue) = 240+117+234=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 117 (46.09% from 255 or 19.80% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F075EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F075EA is #0F8A15. Grayscale: #A6A6A6. Windows color (decimal): -1018390 or 15365616. OLE color: 15365616.

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

Color convert

RGB 240 117 234 -
CMYK 0 0.51 0.02 0.06
HSL 302.93º 0.8% 0.7% -
HSV(B) 302.93º 0.51% 0.94% -
XYZ 57.15 37.19 82.01 -
YUV 167.12 165.75 179.99 -
System Red Green Blue C M Y K H S L
Decimal 240 117 234 0 0.51 0.02 0.06 302.93 0.8 0.7
Hex F0 75 EA 0 33 2 6 12F 50 46
Octal 360 165 352 0 63 2 6 457 120 106
Binary 11110000 1110101 11101010 0 110011 10 110 100101111 1010000 1000110

Color Harmonies of #F075EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F075EA

Black with #F075EA

Text Example


Text Example

White with #F075EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F075EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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