Html Css Color HEX #FD37C2 Razzle Dazzle Rose

📋 copy color: '#FD37C2'

red 253 ◦ green 55 ◦ blue 194

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

Shades of Razzle Dazzle Rose #FD37C2

Tints of Razzle Dazzle Rose #FD37C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.65%

R = 50.4%
G = 10.96%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FD37C2 (or 0xFD37C2) is known color: Razzle Dazzle Rose. HEX triplet: FD, 37 and C2. RGB value is (253,55,194). Sum of RGB (Red+Green+Blue) = 253+55+194=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 55 (21.88% from 255 or 10.96% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FD37C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD37C2 is #02C83D. Grayscale: #818181. Windows color (decimal): -182334 or 12728317. OLE color: 12728317.

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

Color convert

RGB 253 55 194 -
CMYK 0 0.78 0.23 0.01
HSL 317.88º 0.98% 0.6% -
HSV(B) 317.88º 0.78% 0.99% -
XYZ 51.61 27.51 53.63 -
YUV 130.05 164.1 215.7 -
System Red Green Blue C M Y K H S L
Decimal 253 55 194 0 0.78 0.23 0.01 317.88 0.98 0.6
Hex FD 37 C2 0 4E 17 1 13E 62 3C
Octal 375 67 302 0 116 27 1 476 142 74
Binary 11111101 110111 11000010 0 1001110 10111 1 100111110 1100010 111100

Color Harmonies of #FD37C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD37C2

Black with #FD37C2

Text Example


Text Example

White with #FD37C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD37C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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