Html Css Color HEX #FC4FB1 Brilliant Rose

📋 copy color: '#FC4FB1'

red 252 ◦ green 79 ◦ blue 177

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

Shades of Brilliant Rose #FC4FB1

Tints of Brilliant Rose #FC4FB1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.55%

 BLUE value IS 177 (69.53% from 255) = 34.84%

R = 49.61%
G = 15.55%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC4FB1 (or 0xFC4FB1) is known color: Brilliant Rose. HEX triplet: FC, 4F and B1. RGB value is (252,79,177). Sum of RGB (Red+Green+Blue) = 252+79+177=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 79 (31.25% from 255 or 15.55% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4FB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC4FB1 is #03B04E. Grayscale: #8D8D8D. Windows color (decimal): -241743 or 11620348. OLE color: 11620348.

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

Color convert

RGB 252 79 177 -
CMYK 0 0.69 0.30 0.01
HSL 326.01º 0.97% 0.65% -
HSV(B) 326.01º 0.69% 0.99% -
XYZ 50.88 29.46 44.6 -
YUV 141.9 147.81 206.53 -
System Red Green Blue C M Y K H S L
Decimal 252 79 177 0 0.69 0.30 0.01 326.01 0.97 0.65
Hex FC 4F B1 0 45 1E 1 146 61 41
Octal 374 117 261 0 105 36 1 506 141 101
Binary 11111100 1001111 10110001 0 1000101 11110 1 101000110 1100001 1000001

Color Harmonies of #FC4FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4FB1

Black with #FC4FB1

Text Example


Text Example

White with #FC4FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4FB1; }

 p { color: rgb(252,79,177); }

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

background-color css

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

 a { background-color: rgb(252,79,177); }

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

border-color css

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

 span { border-color: rgb(252,79,177); }

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