Html Css Color HEX #FC48A8 Brilliant Rose

📋 copy color: '#FC48A8'

red 252 ◦ green 72 ◦ blue 168

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

Shades of Brilliant Rose #FC48A8

Tints of Brilliant Rose #FC48A8

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.63%

 BLUE value IS 168 (66.02% from 255) = 34.15%

R = 51.22%
G = 14.63%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC48A8 (or 0xFC48A8) is known color: Brilliant Rose. HEX triplet: FC, 48 and A8. RGB value is (252,72,168). Sum of RGB (Red+Green+Blue) = 252+72+168=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 72 (28.52% from 255 or 14.63% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC48A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC48A8 is #03B757. Grayscale: #888888. Windows color (decimal): -243544 or 11028732. OLE color: 11028732.

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

Color convert

RGB 252 72 168 -
CMYK 0 0.71 0.33 0.01
HSL 328º 0.97% 0.64% -
HSV(B) 328º 0.71% 0.99% -
XYZ 49.53 28.16 39.87 -
YUV 136.76 145.63 210.19 -
System Red Green Blue C M Y K H S L
Decimal 252 72 168 0 0.71 0.33 0.01 328 0.97 0.64
Hex FC 48 A8 0 47 21 1 148 61 40
Octal 374 110 250 0 107 41 1 510 141 100
Binary 11111100 1001000 10101000 0 1000111 100001 1 101001000 1100001 1000000

Color Harmonies of #FC48A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC48A8

Black with #FC48A8

Text Example


Text Example

White with #FC48A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC48A8; }

 p { color: rgb(252,72,168); }

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

background-color css

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

 a { background-color: rgb(252,72,168); }

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

border-color css

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

 span { border-color: rgb(252,72,168); }

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