Html Css Color HEX #FD499A Brilliant Rose

📋 copy color: '#FD499A'

red 253 ◦ green 73 ◦ blue 154

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

Shades of Brilliant Rose #FD499A

Tints of Brilliant Rose #FD499A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.21%

 BLUE value IS 154 (60.55% from 255) = 32.08%

R = 52.71%
G = 15.21%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FD499A (or 0xFD499A) is known color: Brilliant Rose. HEX triplet: FD, 49 and 9A. RGB value is (253,73,154). Sum of RGB (Red+Green+Blue) = 253+73+154=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FD499A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD499A is #02B665. Grayscale: #878787. Windows color (decimal): -177766 or 10111485. OLE color: 10111485.

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

Color convert

RGB 253 73 154 -
CMYK 0 0.71 0.39 0.01
HSL 333º 0.98% 0.64% -
HSV(B) 333º 0.71% 0.99% -
XYZ 48.72 27.98 33.4 -
YUV 136.05 138.13 211.41 -
System Red Green Blue C M Y K H S L
Decimal 253 73 154 0 0.71 0.39 0.01 333 0.98 0.64
Hex FD 49 9A 0 47 27 1 14D 62 40
Octal 375 111 232 0 107 47 1 515 142 100
Binary 11111101 1001001 10011010 0 1000111 100111 1 101001101 1100010 1000000

Color Harmonies of #FD499A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD499A

Black with #FD499A

Text Example


Text Example

White with #FD499A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD499A; }

 p { color: rgb(253,73,154); }

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

background-color css

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

 a { background-color: rgb(253,73,154); }

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

border-color css

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

 span { border-color: rgb(253,73,154); }

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