Html Css Color HEX #FE37C0 Razzle Dazzle Rose

📋 copy color: '#FE37C0'

red 254 ◦ green 55 ◦ blue 192

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

Shades of Razzle Dazzle Rose #FE37C0

Tints of Razzle Dazzle Rose #FE37C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.32%

R = 50.7%
G = 10.98%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FE37C0 (or 0xFE37C0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 37 and C0. RGB value is (254,55,192). Sum of RGB (Red+Green+Blue) = 254+55+192=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 55 (21.88% from 255 or 10.98% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE37C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE37C0 is #01C83F. Grayscale: #818181. Windows color (decimal): -116800 or 12597246. OLE color: 12597246.

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

Color convert

RGB 254 55 192 -
CMYK 0 0.78 0.24 0.00
HSL 318.69º 0.99% 0.61% -
HSV(B) 318.69º 0.78% 1% -
XYZ 51.75 27.61 52.47 -
YUV 130.12 162.93 216.36 -
System Red Green Blue C M Y K H S L
Decimal 254 55 192 0 0.78 0.24 0.00 318.69 0.99 0.61
Hex FE 37 C0 0 4E 18 0 13F 63 3D
Octal 376 67 300 0 116 30 0 477 143 75
Binary 11111110 110111 11000000 0 1001110 11000 0 100111111 1100011 111101

Color Harmonies of #FE37C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE37C0

Black with #FE37C0

Text Example


Text Example

White with #FE37C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE37C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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