Html Css Color HEX #FE37D1 Razzle Dazzle Rose

📋 copy color: '#FE37D1'

red 254 ◦ green 55 ◦ blue 209

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

Shades of Razzle Dazzle Rose #FE37D1

Tints of Razzle Dazzle Rose #FE37D1

RGB

 RED value IS 254 (99.61% from 255) = 49.03%

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

 BLUE value IS 209 (82.03% from 255) = 40.35%

R = 49.03%
G = 10.62%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FE37D1 (or 0xFE37D1) is known color: Razzle Dazzle Rose. HEX triplet: FE, 37 and D1. RGB value is (254,55,209). Sum of RGB (Red+Green+Blue) = 254+55+209=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 55 (21.88% from 255 or 10.62% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE37D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE37D1 is #01C82E. Grayscale: #838383. Windows color (decimal): -116783 or 13711358. OLE color: 13711358.

HSL color Cylindrical-coordinate representation of color #FE37D1: hue angle of 313.57º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE37D1 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 55 209 -
CMYK 0 0.78 0.18 0.00
HSL 313.57º 0.99% 0.61% -
HSV(B) 313.57º 0.78% 1% -
XYZ 53.75 28.41 62.97 -
YUV 132.06 171.43 214.98 -
System Red Green Blue C M Y K H S L
Decimal 254 55 209 0 0.78 0.18 0.00 313.57 0.99 0.61
Hex FE 37 D1 0 4E 12 0 13A 63 3D
Octal 376 67 321 0 116 22 0 472 143 75
Binary 11111110 110111 11010001 0 1001110 10010 0 100111010 1100011 111101

Color Harmonies of #FE37D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE37D1

Black with #FE37D1

Text Example


Text Example

White with #FE37D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE37D1; }

 p { color: rgb(254,55,209); }

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

background-color css

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

 a { background-color: rgb(254,55,209); }

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

border-color css

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

 span { border-color: rgb(254,55,209); }

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