Html Css Color HEX #FC51A2 Brilliant Rose

📋 copy color: '#FC51A2'

red 252 ◦ green 81 ◦ blue 162

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

Shades of Brilliant Rose #FC51A2

Tints of Brilliant Rose #FC51A2

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.36%

 BLUE value IS 162 (63.67% from 255) = 32.73%

R = 50.91%
G = 16.36%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC51A2 (or 0xFC51A2) is known color: Brilliant Rose. HEX triplet: FC, 51 and A2. RGB value is (252,81,162). Sum of RGB (Red+Green+Blue) = 252+81+162=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC51A2 is #03AE5D. Grayscale: #8D8D8D. Windows color (decimal): -241246 or 10637820. OLE color: 10637820.

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

Color convert

RGB 252 81 162 -
CMYK 0 0.68 0.36 0.01
HSL 331.58º 0.97% 0.65% -
HSV(B) 331.58º 0.68% 0.99% -
XYZ 49.61 29.19 37.2 -
YUV 141.36 139.65 206.91 -
System Red Green Blue C M Y K H S L
Decimal 252 81 162 0 0.68 0.36 0.01 331.58 0.97 0.65
Hex FC 51 A2 0 44 24 1 14C 61 41
Octal 374 121 242 0 104 44 1 514 141 101
Binary 11111100 1010001 10100010 0 1000100 100100 1 101001100 1100001 1000001

Color Harmonies of #FC51A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC51A2

Black with #FC51A2

Text Example


Text Example

White with #FC51A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC51A2; }

 p { color: rgb(252,81,162); }

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

background-color css

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

 a { background-color: rgb(252,81,162); }

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

border-color css

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

 span { border-color: rgb(252,81,162); }

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