Html Css Color HEX #F075E4 Violet

📋 copy color: '#F075E4'

red 240 ◦ green 117 ◦ blue 228

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

Shades of Violet #F075E4

Tints of Violet #F075E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.97%

R = 41.03%
G = 20%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F075E4 (or 0xF075E4) is known color: Violet. HEX triplet: F0, 75 and E4. RGB value is (240,117,228). Sum of RGB (Red+Green+Blue) = 240+117+228=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 117 (46.09% from 255 or 20% from 585); Blue value is 228 (89.45% from 255 or 38.97% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F075E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F075E4 is #0F8A1B. Grayscale: #A6A6A6. Windows color (decimal): -1018396 or 14972400. OLE color: 14972400.

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

Color convert

RGB 240 117 228 -
CMYK 0 0.51 0.05 0.06
HSL 305.85º 0.8% 0.7% -
HSV(B) 305.85º 0.51% 0.94% -
XYZ 56.3 36.85 77.54 -
YUV 166.43 162.75 180.47 -
System Red Green Blue C M Y K H S L
Decimal 240 117 228 0 0.51 0.05 0.06 305.85 0.8 0.7
Hex F0 75 E4 0 33 5 6 132 50 46
Octal 360 165 344 0 63 5 6 462 120 106
Binary 11110000 1110101 11100100 0 110011 101 110 100110010 1010000 1000110

Color Harmonies of #F075E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F075E4

Black with #F075E4

Text Example


Text Example

White with #F075E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F075E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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