Html Css Color HEX #F03A8F Violet Red

📋 copy color: '#F03A8F'

red 240 ◦ green 58 ◦ blue 143

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

Shades of Violet Red #F03A8F

Tints of Violet Red #F03A8F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.15%

 BLUE value IS 143 (56.25% from 255) = 32.43%

R = 54.42%
G = 13.15%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F03A8F (or 0xF03A8F) is known color: Violet Red. HEX triplet: F0, 3A and 8F. RGB value is (240,58,143). Sum of RGB (Red+Green+Blue) = 240+58+143=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F03A8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03A8F is #0FC570. Grayscale: #797979. Windows color (decimal): -1033585 or 9386736. OLE color: 9386736.

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

Color convert

RGB 240 58 143 -
CMYK 0 0.76 0.40 0.06
HSL 331.98º 0.86% 0.58% -
HSV(B) 331.98º 0.76% 0.94% -
XYZ 42.41 23.53 28.29 -
YUV 122.11 139.8 212.09 -
System Red Green Blue C M Y K H S L
Decimal 240 58 143 0 0.76 0.40 0.06 331.98 0.86 0.58
Hex F0 3A 8F 0 4C 28 6 14C 56 3A
Octal 360 72 217 0 114 50 6 514 126 72
Binary 11110000 111010 10001111 0 1001100 101000 110 101001100 1010110 111010

Color Harmonies of #F03A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03A8F

Black with #F03A8F

Text Example


Text Example

White with #F03A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03A8F; }

 p { color: rgb(240,58,143); }

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

background-color css

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

 a { background-color: rgb(240,58,143); }

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

border-color css

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

 span { border-color: rgb(240,58,143); }

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