Html Css Color HEX #FD4899 Brilliant Rose

📋 copy color: '#FD4899'

red 253 ◦ green 72 ◦ blue 153

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

Shades of Brilliant Rose #FD4899

Tints of Brilliant Rose #FD4899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.06%

 BLUE value IS 153 (60.16% from 255) = 32.01%

R = 52.93%
G = 15.06%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FD4899 (or 0xFD4899) is known color: Brilliant Rose. HEX triplet: FD, 48 and 99. RGB value is (253,72,153). Sum of RGB (Red+Green+Blue) = 253+72+153=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 72 (28.52% from 255 or 15.06% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4899 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4899 is #02B766. Grayscale: #878787. Windows color (decimal): -178023 or 10045693. OLE color: 10045693.

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

Color convert

RGB 253 72 153 -
CMYK 0 0.72 0.40 0.01
HSL 333.15º 0.98% 0.64% -
HSV(B) 333.15º 0.72% 0.99% -
XYZ 48.58 27.82 32.95 -
YUV 135.35 137.97 211.91 -
System Red Green Blue C M Y K H S L
Decimal 253 72 153 0 0.72 0.40 0.01 333.15 0.98 0.64
Hex FD 48 99 0 48 28 1 14D 62 40
Octal 375 110 231 0 110 50 1 515 142 100
Binary 11111101 1001000 10011001 0 1001000 101000 1 101001101 1100010 1000000

Color Harmonies of #FD4899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4899

Black with #FD4899

Text Example


Text Example

White with #FD4899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4899; }

 p { color: rgb(253,72,153); }

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

background-color css

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

 a { background-color: rgb(253,72,153); }

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

border-color css

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

 span { border-color: rgb(253,72,153); }

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