Html Css Color HEX #FC468A Violet Red

📋 copy color: '#FC468A'

red 252 ◦ green 70 ◦ blue 138

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

Shades of Violet Red #FC468A

Tints of Violet Red #FC468A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.22%

 BLUE value IS 138 (54.3% from 255) = 30%

R = 54.78%
G = 15.22%
B = 30%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC468A (or 0xFC468A) is known color: Violet Red. HEX triplet: FC, 46 and 8A. RGB value is (252,70,138). Sum of RGB (Red+Green+Blue) = 252+70+138=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC468A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC468A is #03B975. Grayscale: #848484. Windows color (decimal): -244086 or 9062140. OLE color: 9062140.

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

Color convert

RGB 252 70 138 -
CMYK 0 0.72 0.45 0.01
HSL 337.58º 0.97% 0.63% -
HSV(B) 337.58º 0.72% 0.99% -
XYZ 46.92 26.91 26.77 -
YUV 132.17 131.3 213.47 -
System Red Green Blue C M Y K H S L
Decimal 252 70 138 0 0.72 0.45 0.01 337.58 0.97 0.63
Hex FC 46 8A 0 48 2D 1 152 61 3F
Octal 374 106 212 0 110 55 1 522 141 77
Binary 11111100 1000110 10001010 0 1001000 101101 1 101010010 1100001 111111

Color Harmonies of #FC468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC468A

Black with #FC468A

Text Example


Text Example

White with #FC468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC468A; }

 p { color: rgb(252,70,138); }

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

background-color css

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

 a { background-color: rgb(252,70,138); }

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

border-color css

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

 span { border-color: rgb(252,70,138); }

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