Html Css Color HEX #FC4BB2 Brilliant Rose

📋 copy color: '#FC4BB2'

red 252 ◦ green 75 ◦ blue 178

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

Shades of Brilliant Rose #FC4BB2

Tints of Brilliant Rose #FC4BB2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.85%

 BLUE value IS 178 (69.92% from 255) = 35.25%

R = 49.9%
G = 14.85%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC4BB2 (or 0xFC4BB2) is known color: Brilliant Rose. HEX triplet: FC, 4B and B2. RGB value is (252,75,178). Sum of RGB (Red+Green+Blue) = 252+75+178=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 75 (29.69% from 255 or 14.85% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4BB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4BB2 is #03B44D. Grayscale: #8B8B8B. Windows color (decimal): -242766 or 11684860. OLE color: 11684860.

HSL color Cylindrical-coordinate representation of color #FC4BB2: hue angle of 325.08º 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 #FC4BB2 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 75 178 -
CMYK 0 0.70 0.29 0.01
HSL 325.08º 0.97% 0.64% -
HSV(B) 325.08º 0.7% 0.99% -
XYZ 50.7 28.94 45.03 -
YUV 139.67 149.64 208.12 -
System Red Green Blue C M Y K H S L
Decimal 252 75 178 0 0.70 0.29 0.01 325.08 0.97 0.64
Hex FC 4B B2 0 46 1D 1 145 61 40
Octal 374 113 262 0 106 35 1 505 141 100
Binary 11111100 1001011 10110010 0 1000110 11101 1 101000101 1100001 1000000

Color Harmonies of #FC4BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4BB2

Black with #FC4BB2

Text Example


Text Example

White with #FC4BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4BB2; }

 p { color: rgb(252,75,178); }

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

background-color css

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

 a { background-color: rgb(252,75,178); }

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

border-color css

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

 span { border-color: rgb(252,75,178); }

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