Html Css Color HEX #FE48C2 Razzle Dazzle Rose

📋 copy color: '#FE48C2'

red 254 ◦ green 72 ◦ blue 194

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

Shades of Razzle Dazzle Rose #FE48C2

Tints of Razzle Dazzle Rose #FE48C2

RGB

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

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

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

R = 48.85%
G = 13.85%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FE48C2 (or 0xFE48C2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 48 and C2. RGB value is (254,72,194). Sum of RGB (Red+Green+Blue) = 254+72+194=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 72 (28.52% from 255 or 13.85% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE48C2 is #01B73D. Grayscale: #8C8C8C. Windows color (decimal): -112446 or 12732670. OLE color: 12732670.

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

Color convert

RGB 254 72 194 -
CMYK 0 0.72 0.24 0.00
HSL 319.78º 0.99% 0.64% -
HSV(B) 319.78º 0.72% 1% -
XYZ 52.93 29.6 53.96 -
YUV 140.33 158.3 209.08 -
System Red Green Blue C M Y K H S L
Decimal 254 72 194 0 0.72 0.24 0.00 319.78 0.99 0.64
Hex FE 48 C2 0 48 18 0 140 63 40
Octal 376 110 302 0 110 30 0 500 143 100
Binary 11111110 1001000 11000010 0 1001000 11000 0 101000000 1100011 1000000

Color Harmonies of #FE48C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE48C2

Black with #FE48C2

Text Example


Text Example

White with #FE48C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE48C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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