Html Css Color HEX #F03F93 Violet Red

📋 copy color: '#F03F93'

red 240 ◦ green 63 ◦ blue 147

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

Shades of Violet Red #F03F93

Tints of Violet Red #F03F93

RGB

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

 GREEN value IS 63 (25% from 255) = 14%

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

R = 53.33%
G = 14%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F03F93 (or 0xF03F93) is known color: Violet Red. HEX triplet: F0, 3F and 93. RGB value is (240,63,147). Sum of RGB (Red+Green+Blue) = 240+63+147=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 63 (25% from 255 or 14% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03F93 is #0FC06C. Grayscale: #7D7D7D. Windows color (decimal): -1032301 or 9650160. OLE color: 9650160.

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

Color convert

RGB 240 63 147 -
CMYK 0 0.74 0.39 0.06
HSL 331.53º 0.86% 0.59% -
HSV(B) 331.53º 0.74% 0.94% -
XYZ 42.98 24.19 30.01 -
YUV 125.5 140.14 209.67 -
System Red Green Blue C M Y K H S L
Decimal 240 63 147 0 0.74 0.39 0.06 331.53 0.86 0.59
Hex F0 3F 93 0 4A 27 6 14C 56 3B
Octal 360 77 223 0 112 47 6 514 126 73
Binary 11110000 111111 10010011 0 1001010 100111 110 101001100 1010110 111011

Color Harmonies of #F03F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03F93

Black with #F03F93

Text Example


Text Example

White with #F03F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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