Html Css Color HEX #FE48CF Razzle Dazzle Rose

📋 copy color: '#FE48CF'

red 254 ◦ green 72 ◦ blue 207

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

Shades of Razzle Dazzle Rose #FE48CF

Tints of Razzle Dazzle Rose #FE48CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.84%

R = 47.65%
G = 13.51%
B = 38.84%

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

#FE48CF (or 0xFE48CF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 48 and CF. RGB value is (254,72,207). Sum of RGB (Red+Green+Blue) = 254+72+207=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 72 (28.52% from 255 or 13.51% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE48CF is #01B730. Grayscale: #8D8D8D. Windows color (decimal): -112433 or 13584638. OLE color: 13584638.

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

Color convert

RGB 254 72 207 -
CMYK 0 0.72 0.19 0.00
HSL 315.49º 0.99% 0.64% -
HSV(B) 315.49º 0.72% 1% -
XYZ 54.45 30.21 61.99 -
YUV 141.81 164.8 208.02 -
System Red Green Blue C M Y K H S L
Decimal 254 72 207 0 0.72 0.19 0.00 315.49 0.99 0.64
Hex FE 48 CF 0 48 13 0 13B 63 40
Octal 376 110 317 0 110 23 0 473 143 100
Binary 11111110 1001000 11001111 0 1001000 10011 0 100111011 1100011 1000000

Color Harmonies of #FE48CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE48CF

Black with #FE48CF

Text Example


Text Example

White with #FE48CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE48CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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