Html Css Color HEX #F03488 Violet Red

📋 copy color: '#F03488'

red 240 ◦ green 52 ◦ blue 136

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

Shades of Violet Red #F03488

Tints of Violet Red #F03488

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.15%

 BLUE value IS 136 (53.52% from 255) = 31.78%

R = 56.07%
G = 12.15%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F03488 (or 0xF03488) is known color: Violet Red. HEX triplet: F0, 34 and 88. RGB value is (240,52,136). Sum of RGB (Red+Green+Blue) = 240+52+136=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 52 (20.70% from 255 or 12.15% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F03488 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03488 is #0FCB77. Grayscale: #757575. Windows color (decimal): -1035128 or 8926448. OLE color: 8926448.

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

Color convert

RGB 240 52 136 -
CMYK 0 0.78 0.43 0.06
HSL 333.19º 0.86% 0.57% -
HSV(B) 333.19º 0.78% 0.94% -
XYZ 41.61 22.76 25.49 -
YUV 117.79 138.28 215.17 -
System Red Green Blue C M Y K H S L
Decimal 240 52 136 0 0.78 0.43 0.06 333.19 0.86 0.57
Hex F0 34 88 0 4E 2B 6 14D 56 39
Octal 360 64 210 0 116 53 6 515 126 71
Binary 11110000 110100 10001000 0 1001110 101011 110 101001101 1010110 111001

Color Harmonies of #F03488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03488

Black with #F03488

Text Example


Text Example

White with #F03488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03488; }

 p { color: rgb(240,52,136); }

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

background-color css

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

 a { background-color: rgb(240,52,136); }

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

border-color css

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

 span { border-color: rgb(240,52,136); }

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