Html Css Color HEX #F03C93 Violet Red

📋 copy color: '#F03C93'

red 240 ◦ green 60 ◦ blue 147

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

Shades of Violet Red #F03C93

Tints of Violet Red #F03C93

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.42%

 BLUE value IS 147 (57.81% from 255) = 32.89%

R = 53.69%
G = 13.42%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F03C93 (or 0xF03C93) is known color: Violet Red. HEX triplet: F0, 3C and 93. RGB value is (240,60,147). Sum of RGB (Red+Green+Blue) = 240+60+147=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 60 (23.83% from 255 or 13.42% from 447); Blue value is 147 (57.81% from 255 or 32.89% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03C93 is #0FC36C. Grayscale: #7B7B7B. Windows color (decimal): -1033069 or 9649392. OLE color: 9649392.

HSL color Cylindrical-coordinate representation of color #F03C93: hue angle of 331º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03C93 is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 60 147 -
CMYK 0 0.75 0.39 0.06
HSL 331º 0.86% 0.59% -
HSV(B) 331º 0.75% 0.94% -
XYZ 42.82 23.86 29.95 -
YUV 123.74 141.13 210.93 -
System Red Green Blue C M Y K H S L
Decimal 240 60 147 0 0.75 0.39 0.06 331 0.86 0.59
Hex F0 3C 93 0 4B 27 6 14B 56 3B
Octal 360 74 223 0 113 47 6 513 126 73
Binary 11110000 111100 10010011 0 1001011 100111 110 101001011 1010110 111011

Color Harmonies of #F03C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03C93

Black with #F03C93

Text Example


Text Example

White with #F03C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03C93; }

 p { color: rgb(240,60,147); }

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

background-color css

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

 a { background-color: rgb(240,60,147); }

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

border-color css

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

 span { border-color: rgb(240,60,147); }

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