Html Css Color HEX #FD37F2 Razzle Dazzle Rose

📋 copy color: '#FD37F2'

red 253 ◦ green 55 ◦ blue 242

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

Shades of Razzle Dazzle Rose #FD37F2

Tints of Razzle Dazzle Rose #FD37F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44%

R = 46%
G = 10%
B = 44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FD37F2 (or 0xFD37F2) is known color: Razzle Dazzle Rose. HEX triplet: FD, 37 and F2. RGB value is (253,55,242). Sum of RGB (Red+Green+Blue) = 253+55+242=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 55 (21.88% from 255 or 10% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FD37F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD37F2 is #02C80D. Grayscale: #868686. Windows color (decimal): -182286 or 15874045. OLE color: 15874045.

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

Color convert

RGB 253 55 242 -
CMYK 0 0.78 0.04 0.01
HSL 303.33º 0.98% 0.6% -
HSV(B) 303.33º 0.78% 0.99% -
XYZ 57.9 30.03 86.75 -
YUV 135.52 188.1 211.79 -
System Red Green Blue C M Y K H S L
Decimal 253 55 242 0 0.78 0.04 0.01 303.33 0.98 0.6
Hex FD 37 F2 0 4E 4 1 12F 62 3C
Octal 375 67 362 0 116 4 1 457 142 74
Binary 11111101 110111 11110010 0 1001110 100 1 100101111 1100010 111100

Color Harmonies of #FD37F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD37F2

Black with #FD37F2

Text Example


Text Example

White with #FD37F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD37F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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