Html Css Color HEX #FE46C6 Razzle Dazzle Rose

📋 copy color: '#FE46C6'

red 254 ◦ green 70 ◦ blue 198

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

Shades of Razzle Dazzle Rose #FE46C6

Tints of Razzle Dazzle Rose #FE46C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.93%

R = 48.66%
G = 13.41%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE46C6 (or 0xFE46C6) is known color: Razzle Dazzle Rose. HEX triplet: FE, 46 and C6. RGB value is (254,70,198). Sum of RGB (Red+Green+Blue) = 254+70+198=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 70 (27.73% from 255 or 13.41% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE46C6 is #01B939. Grayscale: #8B8B8B. Windows color (decimal): -112954 or 12994302. OLE color: 12994302.

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

Color convert

RGB 254 70 198 -
CMYK 0 0.72 0.22 0.00
HSL 318.26º 0.99% 0.64% -
HSV(B) 318.26º 0.72% 1% -
XYZ 53.26 29.53 56.32 -
YUV 139.61 160.96 209.59 -
System Red Green Blue C M Y K H S L
Decimal 254 70 198 0 0.72 0.22 0.00 318.26 0.99 0.64
Hex FE 46 C6 0 48 16 0 13E 63 40
Octal 376 106 306 0 110 26 0 476 143 100
Binary 11111110 1000110 11000110 0 1001000 10110 0 100111110 1100011 1000000

Color Harmonies of #FE46C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE46C6

Black with #FE46C6

Text Example


Text Example

White with #FE46C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE46C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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