Html Css Color HEX #FC4CAB Brilliant Rose

📋 copy color: '#FC4CAB'

red 252 ◦ green 76 ◦ blue 171

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

Shades of Brilliant Rose #FC4CAB

Tints of Brilliant Rose #FC4CAB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.23%

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

R = 50.5%
G = 15.23%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC4CAB (or 0xFC4CAB) is known color: Brilliant Rose. HEX triplet: FC, 4C and AB. RGB value is (252,76,171). Sum of RGB (Red+Green+Blue) = 252+76+171=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 76 (30.08% from 255 or 15.23% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4CAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4CAB is #03B354. Grayscale: #8B8B8B. Windows color (decimal): -242517 or 11226364. OLE color: 11226364.

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

Color convert

RGB 252 76 171 -
CMYK 0 0.70 0.32 0.01
HSL 327.61º 0.97% 0.64% -
HSV(B) 327.61º 0.7% 0.99% -
XYZ 50.08 28.8 41.45 -
YUV 139.45 145.81 208.28 -
System Red Green Blue C M Y K H S L
Decimal 252 76 171 0 0.70 0.32 0.01 327.61 0.97 0.64
Hex FC 4C AB 0 46 20 1 148 61 40
Octal 374 114 253 0 106 40 1 510 141 100
Binary 11111100 1001100 10101011 0 1000110 100000 1 101001000 1100001 1000000

Color Harmonies of #FC4CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4CAB

Black with #FC4CAB

Text Example


Text Example

White with #FC4CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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