Html Css Color HEX #FE46C8 Razzle Dazzle Rose

📋 copy color: '#FE46C8'

red 254 ◦ green 70 ◦ blue 200

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

Shades of Razzle Dazzle Rose #FE46C8

Tints of Razzle Dazzle Rose #FE46C8

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.36%

 BLUE value IS 200 (78.52% from 255) = 38.17%

R = 48.47%
G = 13.36%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FE46C8 (or 0xFE46C8) is known color: Razzle Dazzle Rose. HEX triplet: FE, 46 and C8. RGB value is (254,70,200). Sum of RGB (Red+Green+Blue) = 254+70+200=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 70 (27.73% from 255 or 13.36% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE46C8 is #01B937. Grayscale: #8B8B8B. Windows color (decimal): -112952 or 13125374. OLE color: 13125374.

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

Color convert

RGB 254 70 200 -
CMYK 0 0.72 0.21 0.00
HSL 317.61º 0.99% 0.64% -
HSV(B) 317.61º 0.72% 1% -
XYZ 53.49 29.62 57.54 -
YUV 139.84 161.96 209.43 -
System Red Green Blue C M Y K H S L
Decimal 254 70 200 0 0.72 0.21 0.00 317.61 0.99 0.64
Hex FE 46 C8 0 48 15 0 13E 63 40
Octal 376 106 310 0 110 25 0 476 143 100
Binary 11111110 1000110 11001000 0 1001000 10101 0 100111110 1100011 1000000

Color Harmonies of #FE46C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE46C8

Black with #FE46C8

Text Example


Text Example

White with #FE46C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE46C8; }

 p { color: rgb(254,70,200); }

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

background-color css

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

 a { background-color: rgb(254,70,200); }

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

border-color css

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

 span { border-color: rgb(254,70,200); }

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