Html Css Color HEX #FC53AB Brilliant Rose

📋 copy color: '#FC53AB'

red 252 ◦ green 83 ◦ blue 171

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

Shades of Brilliant Rose #FC53AB

Tints of Brilliant Rose #FC53AB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.4%

 BLUE value IS 171 (67.19% from 255) = 33.79%

R = 49.8%
G = 16.4%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC53AB (or 0xFC53AB) is known color: Brilliant Rose. HEX triplet: FC, 53 and AB. RGB value is (252,83,171). Sum of RGB (Red+Green+Blue) = 252+83+171=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 83 (32.81% from 255 or 16.40% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC53AB is #03AC54. Grayscale: #8F8F8F. Windows color (decimal): -240725 or 11228156. OLE color: 11228156.

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

Color convert

RGB 252 83 171 -
CMYK 0 0.67 0.32 0.01
HSL 328.76º 0.97% 0.66% -
HSV(B) 328.76º 0.67% 0.99% -
XYZ 50.59 29.82 41.62 -
YUV 143.56 143.49 205.34 -
System Red Green Blue C M Y K H S L
Decimal 252 83 171 0 0.67 0.32 0.01 328.76 0.97 0.66
Hex FC 53 AB 0 43 20 1 149 61 42
Octal 374 123 253 0 103 40 1 511 141 102
Binary 11111100 1010011 10101011 0 1000011 100000 1 101001001 1100001 1000010

Color Harmonies of #FC53AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC53AB

Black with #FC53AB

Text Example


Text Example

White with #FC53AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC53AB; }

 p { color: rgb(252,83,171); }

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

background-color css

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

 a { background-color: rgb(252,83,171); }

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

border-color css

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

 span { border-color: rgb(252,83,171); }

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