Html Css Color HEX #FE37CA Razzle Dazzle Rose

📋 copy color: '#FE37CA'

red 254 ◦ green 55 ◦ blue 202

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

Shades of Razzle Dazzle Rose #FE37CA

Tints of Razzle Dazzle Rose #FE37CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.53%

R = 49.71%
G = 10.76%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE37CA (or 0xFE37CA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 37 and CA. RGB value is (254,55,202). Sum of RGB (Red+Green+Blue) = 254+55+202=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 55 (21.88% from 255 or 10.76% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE37CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE37CA is #01C835. Grayscale: #828282. Windows color (decimal): -116790 or 13252606. OLE color: 13252606.

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

Color convert

RGB 254 55 202 -
CMYK 0 0.78 0.20 0.00
HSL 315.68º 0.99% 0.61% -
HSV(B) 315.68º 0.78% 1% -
XYZ 52.9 28.07 58.51 -
YUV 131.26 167.93 215.55 -
System Red Green Blue C M Y K H S L
Decimal 254 55 202 0 0.78 0.20 0.00 315.68 0.99 0.61
Hex FE 37 CA 0 4E 14 0 13C 63 3D
Octal 376 67 312 0 116 24 0 474 143 75
Binary 11111110 110111 11001010 0 1001110 10100 0 100111100 1100011 111101

Color Harmonies of #FE37CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE37CA

Black with #FE37CA

Text Example


Text Example

White with #FE37CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE37CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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