Html Css Color HEX #FE37D6 Razzle Dazzle Rose

📋 copy color: '#FE37D6'

red 254 ◦ green 55 ◦ blue 214

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

Shades of Razzle Dazzle Rose #FE37D6

Tints of Razzle Dazzle Rose #FE37D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.92%

R = 48.57%
G = 10.52%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE37D6 (or 0xFE37D6) is known color: Razzle Dazzle Rose. HEX triplet: FE, 37 and D6. RGB value is (254,55,214). Sum of RGB (Red+Green+Blue) = 254+55+214=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 55 (21.88% from 255 or 10.52% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE37D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE37D6 is #01C829. Grayscale: #848484. Windows color (decimal): -116778 or 14039038. OLE color: 14039038.

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

Color convert

RGB 254 55 214 -
CMYK 0 0.78 0.16 0.00
HSL 312.06º 0.99% 0.61% -
HSV(B) 312.06º 0.78% 1% -
XYZ 54.38 28.66 66.28 -
YUV 132.63 173.93 214.57 -
System Red Green Blue C M Y K H S L
Decimal 254 55 214 0 0.78 0.16 0.00 312.06 0.99 0.61
Hex FE 37 D6 0 4E 10 0 138 63 3D
Octal 376 67 326 0 116 20 0 470 143 75
Binary 11111110 110111 11010110 0 1001110 10000 0 100111000 1100011 111101

Color Harmonies of #FE37D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE37D6

Black with #FE37D6

Text Example


Text Example

White with #FE37D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE37D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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