Html Css Color HEX #F03885 Violet Red

📋 copy color: '#F03885'

red 240 ◦ green 56 ◦ blue 133

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

Shades of Violet Red #F03885

Tints of Violet Red #F03885

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.05%

 BLUE value IS 133 (52.34% from 255) = 31%

R = 55.94%
G = 13.05%
B = 31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F03885 (or 0xF03885) is known color: Violet Red. HEX triplet: F0, 38 and 85. RGB value is (240,56,133). Sum of RGB (Red+Green+Blue) = 240+56+133=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 56 (22.27% from 255 or 13.05% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F03885 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03885 is #0FC77A. Grayscale: #777777. Windows color (decimal): -1034107 or 8730864. OLE color: 8730864.

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

Color convert

RGB 240 56 133 -
CMYK 0 0.77 0.45 0.06
HSL 334.89º 0.86% 0.58% -
HSV(B) 334.89º 0.77% 0.94% -
XYZ 41.58 23.05 24.45 -
YUV 119.79 135.46 213.74 -
System Red Green Blue C M Y K H S L
Decimal 240 56 133 0 0.77 0.45 0.06 334.89 0.86 0.58
Hex F0 38 85 0 4D 2D 6 14F 56 3A
Octal 360 70 205 0 115 55 6 517 126 72
Binary 11110000 111000 10000101 0 1001101 101101 110 101001111 1010110 111010

Color Harmonies of #F03885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03885

Black with #F03885

Text Example


Text Example

White with #F03885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03885; }

 p { color: rgb(240,56,133); }

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

background-color css

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

 a { background-color: rgb(240,56,133); }

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

border-color css

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

 span { border-color: rgb(240,56,133); }

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