Html Css Color HEX #FE37C2 Razzle Dazzle Rose

📋 copy color: '#FE37C2'

red 254 ◦ green 55 ◦ blue 194

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

Shades of Razzle Dazzle Rose #FE37C2

Tints of Razzle Dazzle Rose #FE37C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.57%

R = 50.5%
G = 10.93%
B = 38.57%

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

#FE37C2 (or 0xFE37C2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 37 and C2. RGB value is (254,55,194). Sum of RGB (Red+Green+Blue) = 254+55+194=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 55 (21.88% from 255 or 10.93% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE37C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE37C2 is #01C83D. Grayscale: #818181. Windows color (decimal): -116798 or 12728318. OLE color: 12728318.

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

Color convert

RGB 254 55 194 -
CMYK 0 0.78 0.24 0.00
HSL 318.09º 0.99% 0.61% -
HSV(B) 318.09º 0.78% 1% -
XYZ 51.98 27.7 53.65 -
YUV 130.35 163.93 216.2 -
System Red Green Blue C M Y K H S L
Decimal 254 55 194 0 0.78 0.24 0.00 318.09 0.99 0.61
Hex FE 37 C2 0 4E 18 0 13E 63 3D
Octal 376 67 302 0 116 30 0 476 143 75
Binary 11111110 110111 11000010 0 1001110 11000 0 100111110 1100011 111101

Color Harmonies of #FE37C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE37C2

Black with #FE37C2

Text Example


Text Example

White with #FE37C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE37C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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