Html Css Color HEX #FC4385 Violet Red

📋 copy color: '#FC4385'

red 252 ◦ green 67 ◦ blue 133

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

Shades of Violet Red #FC4385

Tints of Violet Red #FC4385

RGB

 RED value IS 252 (98.83% from 255) = 55.75%

 GREEN value IS 67 (26.56% from 255) = 14.82%

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

R = 55.75%
G = 14.82%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC4385 (or 0xFC4385) is known color: Violet Red. HEX triplet: FC, 43 and 85. RGB value is (252,67,133). Sum of RGB (Red+Green+Blue) = 252+67+133=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 67 (26.56% from 255 or 14.82% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4385 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4385 is #03BC7A. Grayscale: #818181. Windows color (decimal): -244859 or 8733692. OLE color: 8733692.

HSL color Cylindrical-coordinate representation of color #FC4385: hue angle of 338.59º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC4385 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 67 133 -
CMYK 0 0.73 0.47 0.01
HSL 338.59º 0.97% 0.63% -
HSV(B) 338.59º 0.73% 0.99% -
XYZ 46.39 26.4 24.84 -
YUV 129.84 129.79 215.13 -
System Red Green Blue C M Y K H S L
Decimal 252 67 133 0 0.73 0.47 0.01 338.59 0.97 0.63
Hex FC 43 85 0 49 2F 1 153 61 3F
Octal 374 103 205 0 111 57 1 523 141 77
Binary 11111100 1000011 10000101 0 1001001 101111 1 101010011 1100001 111111

Color Harmonies of #FC4385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4385

Black with #FC4385

Text Example


Text Example

White with #FC4385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4385; }

 p { color: rgb(252,67,133); }

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

background-color css

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

 a { background-color: rgb(252,67,133); }

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

border-color css

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

 span { border-color: rgb(252,67,133); }

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