Html Css Color HEX #F03C8A Violet Red

📋 copy color: '#F03C8A'

red 240 ◦ green 60 ◦ blue 138

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

Shades of Violet Red #F03C8A

Tints of Violet Red #F03C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.51%

R = 54.79%
G = 13.7%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F03C8A (or 0xF03C8A) is known color: Violet Red. HEX triplet: F0, 3C and 8A. RGB value is (240,60,138). Sum of RGB (Red+Green+Blue) = 240+60+138=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03C8A is #0FC375. Grayscale: #7A7A7A. Windows color (decimal): -1033078 or 9059568. OLE color: 9059568.

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

Color convert

RGB 240 60 138 -
CMYK 0 0.75 0.42 0.06
HSL 334º 0.86% 0.59% -
HSV(B) 334º 0.75% 0.94% -
XYZ 42.14 23.59 26.38 -
YUV 122.71 136.63 211.66 -
System Red Green Blue C M Y K H S L
Decimal 240 60 138 0 0.75 0.42 0.06 334 0.86 0.59
Hex F0 3C 8A 0 4B 2A 6 14E 56 3B
Octal 360 74 212 0 113 52 6 516 126 73
Binary 11110000 111100 10001010 0 1001011 101010 110 101001110 1010110 111011

Color Harmonies of #F03C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03C8A

Black with #F03C8A

Text Example


Text Example

White with #F03C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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