Html Css Color HEX #F03288 Violet Red

📋 copy color: '#F03288'

red 240 ◦ green 50 ◦ blue 136

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

Shades of Violet Red #F03288

Tints of Violet Red #F03288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.74%

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

R = 56.34%
G = 11.74%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F03288 (or 0xF03288) is known color: Violet Red. HEX triplet: F0, 32 and 88. RGB value is (240,50,136). Sum of RGB (Red+Green+Blue) = 240+50+136=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F03288 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03288 is #0FCD77. Grayscale: #747474. Windows color (decimal): -1035640 or 8925936. OLE color: 8925936.

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

Color convert

RGB 240 50 136 -
CMYK 0 0.79 0.43 0.06
HSL 332.84º 0.86% 0.57% -
HSV(B) 332.84º 0.79% 0.94% -
XYZ 41.52 22.58 25.46 -
YUV 116.61 138.95 216.01 -
System Red Green Blue C M Y K H S L
Decimal 240 50 136 0 0.79 0.43 0.06 332.84 0.86 0.57
Hex F0 32 88 0 4F 2B 6 14D 56 39
Octal 360 62 210 0 117 53 6 515 126 71
Binary 11110000 110010 10001000 0 1001111 101011 110 101001101 1010110 111001

Color Harmonies of #F03288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03288

Black with #F03288

Text Example


Text Example

White with #F03288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03288; }

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

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

background-color css

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

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

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

border-color css

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

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

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