Html Css Color HEX #FE37C5 Razzle Dazzle Rose

📋 copy color: '#FE37C5'

red 254 ◦ green 55 ◦ blue 197

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

Shades of Razzle Dazzle Rose #FE37C5

Tints of Razzle Dazzle Rose #FE37C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.93%

R = 50.2%
G = 10.87%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE37C5 (or 0xFE37C5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 37 and C5. RGB value is (254,55,197). Sum of RGB (Red+Green+Blue) = 254+55+197=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 55 (21.88% from 255 or 10.87% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE37C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE37C5 is #01C83A. Grayscale: #828282. Windows color (decimal): -116795 or 12924926. OLE color: 12924926.

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

Color convert

RGB 254 55 197 -
CMYK 0 0.78 0.22 0.00
HSL 317.19º 0.99% 0.61% -
HSV(B) 317.19º 0.78% 1% -
XYZ 52.32 27.83 55.44 -
YUV 130.69 165.43 215.95 -
System Red Green Blue C M Y K H S L
Decimal 254 55 197 0 0.78 0.22 0.00 317.19 0.99 0.61
Hex FE 37 C5 0 4E 16 0 13D 63 3D
Octal 376 67 305 0 116 26 0 475 143 75
Binary 11111110 110111 11000101 0 1001110 10110 0 100111101 1100011 111101

Color Harmonies of #FE37C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE37C5

Black with #FE37C5

Text Example


Text Example

White with #FE37C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE37C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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