Html Css Color HEX #FE48D0 Razzle Dazzle Rose

📋 copy color: '#FE48D0'

red 254 ◦ green 72 ◦ blue 208

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

Shades of Razzle Dazzle Rose #FE48D0

Tints of Razzle Dazzle Rose #FE48D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.95%

R = 47.57%
G = 13.48%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FE48D0 (or 0xFE48D0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 48 and D0. RGB value is (254,72,208). Sum of RGB (Red+Green+Blue) = 254+72+208=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 72 (28.52% from 255 or 13.48% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE48D0 is #01B72F. Grayscale: #8D8D8D. Windows color (decimal): -112432 or 13650174. OLE color: 13650174.

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

Color convert

RGB 254 72 208 -
CMYK 0 0.72 0.18 0.00
HSL 315.16º 0.99% 0.64% -
HSV(B) 315.16º 0.72% 1% -
XYZ 54.58 30.26 62.64 -
YUV 141.92 165.3 207.94 -
System Red Green Blue C M Y K H S L
Decimal 254 72 208 0 0.72 0.18 0.00 315.16 0.99 0.64
Hex FE 48 D0 0 48 12 0 13B 63 40
Octal 376 110 320 0 110 22 0 473 143 100
Binary 11111110 1001000 11010000 0 1001000 10010 0 100111011 1100011 1000000

Color Harmonies of #FE48D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE48D0

Black with #FE48D0

Text Example


Text Example

White with #FE48D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE48D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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