Html Css Color HEX #FD37BA Razzle Dazzle Rose

📋 copy color: '#FD37BA'

red 253 ◦ green 55 ◦ blue 186

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

Shades of Razzle Dazzle Rose #FD37BA

Tints of Razzle Dazzle Rose #FD37BA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.13%

 BLUE value IS 186 (73.05% from 255) = 37.65%

R = 51.21%
G = 11.13%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD37BA (or 0xFD37BA) is known color: Razzle Dazzle Rose. HEX triplet: FD, 37 and BA. RGB value is (253,55,186). Sum of RGB (Red+Green+Blue) = 253+55+186=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 55 (21.88% from 255 or 11.13% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FD37BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD37BA is #02C845. Grayscale: #808080. Windows color (decimal): -182342 or 12204029. OLE color: 12204029.

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

Color convert

RGB 253 55 186 -
CMYK 0 0.78 0.26 0.01
HSL 320.3º 0.98% 0.6% -
HSV(B) 320.3º 0.78% 0.99% -
XYZ 50.74 27.16 49.02 -
YUV 129.14 160.1 216.35 -
System Red Green Blue C M Y K H S L
Decimal 253 55 186 0 0.78 0.26 0.01 320.3 0.98 0.6
Hex FD 37 BA 0 4E 1A 1 140 62 3C
Octal 375 67 272 0 116 32 1 500 142 74
Binary 11111101 110111 10111010 0 1001110 11010 1 101000000 1100010 111100

Color Harmonies of #FD37BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD37BA

Black with #FD37BA

Text Example


Text Example

White with #FD37BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD37BA; }

 p { color: rgb(253,55,186); }

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

background-color css

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

 a { background-color: rgb(253,55,186); }

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

border-color css

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

 span { border-color: rgb(253,55,186); }

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