Html Css Color HEX #FD46DB Razzle Dazzle Rose

📋 copy color: '#FD46DB'

red 253 ◦ green 70 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FD46DB

Tints of Razzle Dazzle Rose #FD46DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.41%

R = 46.68%
G = 12.92%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD46DB (or 0xFD46DB) is known color: Razzle Dazzle Rose. HEX triplet: FD, 46 and DB. RGB value is (253,70,219). Sum of RGB (Red+Green+Blue) = 253+70+219=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 70 (27.73% from 255 or 12.92% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FD46DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD46DB is #02B924. Grayscale: #8D8D8D. Windows color (decimal): -178469 or 14370557. OLE color: 14370557.

HSL color Cylindrical-coordinate representation of color #FD46DB: hue angle of 311.15º 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 #FD46DB is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 70 219 -
CMYK 0 0.72 0.13 0.01
HSL 311.15º 0.98% 0.63% -
HSV(B) 311.15º 0.72% 0.99% -
XYZ 55.48 30.38 69.96 -
YUV 141.7 171.63 207.38 -
System Red Green Blue C M Y K H S L
Decimal 253 70 219 0 0.72 0.13 0.01 311.15 0.98 0.63
Hex FD 46 DB 0 48 D 1 137 62 3F
Octal 375 106 333 0 110 15 1 467 142 77
Binary 11111101 1000110 11011011 0 1001000 1101 1 100110111 1100010 111111

Color Harmonies of #FD46DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD46DB

Black with #FD46DB

Text Example


Text Example

White with #FD46DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD46DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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