Html Css Color HEX #F03F88 Violet Red

📋 copy color: '#F03F88'

red 240 ◦ green 63 ◦ blue 136

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

Shades of Violet Red #F03F88

Tints of Violet Red #F03F88

RGB

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

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

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

R = 54.67%
G = 14.35%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F03F88 (or 0xF03F88) is known color: Violet Red. HEX triplet: F0, 3F and 88. RGB value is (240,63,136). Sum of RGB (Red+Green+Blue) = 240+63+136=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03F88 is #0FC077. Grayscale: #7C7C7C. Windows color (decimal): -1032312 or 8929264. OLE color: 8929264.

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

Color convert

RGB 240 63 136 -
CMYK 0 0.74 0.43 0.06
HSL 335.25º 0.86% 0.59% -
HSV(B) 335.25º 0.74% 0.94% -
XYZ 42.16 23.86 25.68 -
YUV 124.25 134.64 210.56 -
System Red Green Blue C M Y K H S L
Decimal 240 63 136 0 0.74 0.43 0.06 335.25 0.86 0.59
Hex F0 3F 88 0 4A 2B 6 14F 56 3B
Octal 360 77 210 0 112 53 6 517 126 73
Binary 11110000 111111 10001000 0 1001010 101011 110 101001111 1010110 111011

Color Harmonies of #F03F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03F88

Black with #F03F88

Text Example


Text Example

White with #F03F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03F88; }

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

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

background-color css

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

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

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

border-color css

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

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

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