Html Css Color HEX #FE42E3 Razzle Dazzle Rose

📋 copy color: '#FE42E3'

red 254 ◦ green 66 ◦ blue 227

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

Shades of Razzle Dazzle Rose #FE42E3

Tints of Razzle Dazzle Rose #FE42E3

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.07%

 BLUE value IS 227 (89.06% from 255) = 41.5%

R = 46.44%
G = 12.07%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FE42E3 (or 0xFE42E3) is known color: Razzle Dazzle Rose. HEX triplet: FE, 42 and E3. RGB value is (254,66,227). Sum of RGB (Red+Green+Blue) = 254+66+227=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 66 (26.17% from 255 or 12.07% from 547); Blue value is 227 (89.06% from 255 or 41.50% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE42E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE42E3 is #01BD1C. Grayscale: #8C8C8C. Windows color (decimal): -113949 or 14893822. OLE color: 14893822.

HSL color Cylindrical-coordinate representation of color #FE42E3: hue angle of 308.62º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE42E3 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 66 227 -
CMYK 0 0.74 0.11 0.00
HSL 308.62º 0.99% 0.63% -
HSV(B) 308.62º 0.74% 1% -
XYZ 56.69 30.51 75.58 -
YUV 140.57 176.78 208.91 -
System Red Green Blue C M Y K H S L
Decimal 254 66 227 0 0.74 0.11 0.00 308.62 0.99 0.63
Hex FE 42 E3 0 4A B 0 135 63 3F
Octal 376 102 343 0 112 13 0 465 143 77
Binary 11111110 1000010 11100011 0 1001010 1011 0 100110101 1100011 111111

Color Harmonies of #FE42E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE42E3

Black with #FE42E3

Text Example


Text Example

White with #FE42E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE42E3; }

 p { color: rgb(254,66,227); }

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

background-color css

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

 a { background-color: rgb(254,66,227); }

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

border-color css

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

 span { border-color: rgb(254,66,227); }

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