Html Css Color HEX #FD46A1 Brilliant Rose

📋 copy color: '#FD46A1'

red 253 ◦ green 70 ◦ blue 161

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

Shades of Brilliant Rose #FD46A1

Tints of Brilliant Rose #FD46A1

RGB

 RED value IS 253 (99.22% from 255) = 52.27%

 GREEN value IS 70 (27.73% from 255) = 14.46%

 BLUE value IS 161 (63.28% from 255) = 33.26%

R = 52.27%
G = 14.46%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FD46A1 (or 0xFD46A1) is known color: Brilliant Rose. HEX triplet: FD, 46 and A1. RGB value is (253,70,161). Sum of RGB (Red+Green+Blue) = 253+70+161=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 70 (27.73% from 255 or 14.46% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FD46A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD46A1 is #02B95E. Grayscale: #868686. Windows color (decimal): -178527 or 10569469. OLE color: 10569469.

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

Color convert

RGB 253 70 161 -
CMYK 0 0.72 0.36 0.01
HSL 330.16º 0.98% 0.63% -
HSV(B) 330.16º 0.72% 0.99% -
XYZ 49.13 27.84 36.5 -
YUV 135.09 142.63 212.1 -
System Red Green Blue C M Y K H S L
Decimal 253 70 161 0 0.72 0.36 0.01 330.16 0.98 0.63
Hex FD 46 A1 0 48 24 1 14A 62 3F
Octal 375 106 241 0 110 44 1 512 142 77
Binary 11111101 1000110 10100001 0 1001000 100100 1 101001010 1100010 111111

Color Harmonies of #FD46A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD46A1

Black with #FD46A1

Text Example


Text Example

White with #FD46A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD46A1; }

 p { color: rgb(253,70,161); }

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

background-color css

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

 a { background-color: rgb(253,70,161); }

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

border-color css

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

 span { border-color: rgb(253,70,161); }

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