Html Css Color HEX #FE48CE Razzle Dazzle Rose

📋 copy color: '#FE48CE'

red 254 ◦ green 72 ◦ blue 206

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

Shades of Razzle Dazzle Rose #FE48CE

Tints of Razzle Dazzle Rose #FE48CE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.53%

 BLUE value IS 206 (80.86% from 255) = 38.72%

R = 47.74%
G = 13.53%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE48CE (or 0xFE48CE) is known color: Razzle Dazzle Rose. HEX triplet: FE, 48 and CE. RGB value is (254,72,206). Sum of RGB (Red+Green+Blue) = 254+72+206=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 72 (28.52% from 255 or 13.53% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE48CE is #01B731. Grayscale: #8D8D8D. Windows color (decimal): -112434 or 13519102. OLE color: 13519102.

HSL color Cylindrical-coordinate representation of color #FE48CE: hue angle of 315.82º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE48CE is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 72 206 -
CMYK 0 0.72 0.19 0.00
HSL 315.82º 0.99% 0.64% -
HSV(B) 315.82º 0.72% 1% -
XYZ 54.33 30.16 61.35 -
YUV 141.69 164.3 208.1 -
System Red Green Blue C M Y K H S L
Decimal 254 72 206 0 0.72 0.19 0.00 315.82 0.99 0.64
Hex FE 48 CE 0 48 13 0 13C 63 40
Octal 376 110 316 0 110 23 0 474 143 100
Binary 11111110 1001000 11001110 0 1001000 10011 0 100111100 1100011 1000000

Color Harmonies of #FE48CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE48CE

Black with #FE48CE

Text Example


Text Example

White with #FE48CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE48CE; }

 p { color: rgb(254,72,206); }

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

background-color css

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

 a { background-color: rgb(254,72,206); }

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

border-color css

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

 span { border-color: rgb(254,72,206); }

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