Html Css Color HEX #FE46CC Razzle Dazzle Rose

📋 copy color: '#FE46CC'

red 254 ◦ green 70 ◦ blue 204

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

Shades of Razzle Dazzle Rose #FE46CC

Tints of Razzle Dazzle Rose #FE46CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.64%

R = 48.11%
G = 13.26%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE46CC (or 0xFE46CC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 46 and CC. RGB value is (254,70,204). Sum of RGB (Red+Green+Blue) = 254+70+204=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 70 (27.73% from 255 or 13.26% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE46CC is #01B933. Grayscale: #8B8B8B. Windows color (decimal): -112948 or 13387518. OLE color: 13387518.

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

Color convert

RGB 254 70 204 -
CMYK 0 0.72 0.20 0.00
HSL 316.3º 0.99% 0.64% -
HSV(B) 316.3º 0.72% 1% -
XYZ 53.96 29.81 60.04 -
YUV 140.29 163.96 209.1 -
System Red Green Blue C M Y K H S L
Decimal 254 70 204 0 0.72 0.20 0.00 316.3 0.99 0.64
Hex FE 46 CC 0 48 14 0 13C 63 40
Octal 376 106 314 0 110 24 0 474 143 100
Binary 11111110 1000110 11001100 0 1001000 10100 0 100111100 1100011 1000000

Color Harmonies of #FE46CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE46CC

Black with #FE46CC

Text Example


Text Example

White with #FE46CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE46CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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