Html Css Color HEX #FD1BDA Razzle Dazzle Rose

📋 copy color: '#FD1BDA'

red 253 ◦ green 27 ◦ blue 218

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

Shades of Razzle Dazzle Rose #FD1BDA

Tints of Razzle Dazzle Rose #FD1BDA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.42%

 BLUE value IS 218 (85.55% from 255) = 43.78%

R = 50.8%
G = 5.42%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FD1BDA (or 0xFD1BDA) is known color: Razzle Dazzle Rose. HEX triplet: FD, 1B and DA. RGB value is (253,27,218). Sum of RGB (Red+Green+Blue) = 253+27+218=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 27 (10.94% from 255 or 5.42% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1BDA is #02E425. Grayscale: #737373. Windows color (decimal): -189478 or 14294013. OLE color: 14294013.

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

Color convert

RGB 253 27 218 -
CMYK 0 0.89 0.14 0.01
HSL 309.29º 0.98% 0.55% -
HSV(B) 309.29º 0.89% 0.99% -
XYZ 53.55 26.73 68.67 -
YUV 116.35 185.37 225.47 -
System Red Green Blue C M Y K H S L
Decimal 253 27 218 0 0.89 0.14 0.01 309.29 0.98 0.55
Hex FD 1B DA 0 59 E 1 135 62 37
Octal 375 33 332 0 131 16 1 465 142 67
Binary 11111101 11011 11011010 0 1011001 1110 1 100110101 1100010 110111

Color Harmonies of #FD1BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1BDA

Black with #FD1BDA

Text Example


Text Example

White with #FD1BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1BDA; }

 p { color: rgb(253,27,218); }

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

background-color css

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

 a { background-color: rgb(253,27,218); }

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

border-color css

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

 span { border-color: rgb(253,27,218); }

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