Html Css Color HEX #FC42AD Brilliant Rose

📋 copy color: '#FC42AD'

red 252 ◦ green 66 ◦ blue 173

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

Shades of Brilliant Rose #FC42AD

Tints of Brilliant Rose #FC42AD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.44%

 BLUE value IS 173 (67.97% from 255) = 35.23%

R = 51.32%
G = 13.44%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC42AD (or 0xFC42AD) is known color: Brilliant Rose. HEX triplet: FC, 42 and AD. RGB value is (252,66,173). Sum of RGB (Red+Green+Blue) = 252+66+173=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 66 (26.17% from 255 or 13.44% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC42AD is #03BD52. Grayscale: #858585. Windows color (decimal): -245075 or 11354876. OLE color: 11354876.

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

Color convert

RGB 252 66 173 -
CMYK 0 0.74 0.31 0.01
HSL 325.48º 0.97% 0.62% -
HSV(B) 325.48º 0.74% 0.99% -
XYZ 49.64 27.61 42.25 -
YUV 133.81 150.12 212.3 -
System Red Green Blue C M Y K H S L
Decimal 252 66 173 0 0.74 0.31 0.01 325.48 0.97 0.62
Hex FC 42 AD 0 4A 1F 1 145 61 3E
Octal 374 102 255 0 112 37 1 505 141 76
Binary 11111100 1000010 10101101 0 1001010 11111 1 101000101 1100001 111110

Color Harmonies of #FC42AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC42AD

Black with #FC42AD

Text Example


Text Example

White with #FC42AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC42AD; }

 p { color: rgb(252,66,173); }

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

background-color css

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

 a { background-color: rgb(252,66,173); }

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

border-color css

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

 span { border-color: rgb(252,66,173); }

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