Html Css Color HEX #FE2DC4 Razzle Dazzle Rose

📋 copy color: '#FE2DC4'

red 254 ◦ green 45 ◦ blue 196

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

Shades of Razzle Dazzle Rose #FE2DC4

Tints of Razzle Dazzle Rose #FE2DC4

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.09%

 BLUE value IS 196 (76.95% from 255) = 39.6%

R = 51.31%
G = 9.09%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FE2DC4 (or 0xFE2DC4) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2D and C4. RGB value is (254,45,196). Sum of RGB (Red+Green+Blue) = 254+45+196=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 45 (17.97% from 255 or 9.09% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2DC4 is #01D23B. Grayscale: #7C7C7C. Windows color (decimal): -119356 or 12856830. OLE color: 12856830.

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

Color convert

RGB 254 45 196 -
CMYK 0 0.82 0.23 0.00
HSL 316.65º 0.99% 0.59% -
HSV(B) 316.65º 0.82% 1% -
XYZ 51.78 26.93 54.69 -
YUV 124.71 168.24 220.22 -
System Red Green Blue C M Y K H S L
Decimal 254 45 196 0 0.82 0.23 0.00 316.65 0.99 0.59
Hex FE 2D C4 0 52 17 0 13D 63 3B
Octal 376 55 304 0 122 27 0 475 143 73
Binary 11111110 101101 11000100 0 1010010 10111 0 100111101 1100011 111011

Color Harmonies of #FE2DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2DC4

Black with #FE2DC4

Text Example


Text Example

White with #FE2DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2DC4; }

 p { color: rgb(254,45,196); }

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

background-color css

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

 a { background-color: rgb(254,45,196); }

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

border-color css

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

 span { border-color: rgb(254,45,196); }

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