Html Css Color HEX #FE35E2 Razzle Dazzle Rose

📋 copy color: '#FE35E2'

red 254 ◦ green 53 ◦ blue 226

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

Shades of Razzle Dazzle Rose #FE35E2

Tints of Razzle Dazzle Rose #FE35E2

RGB

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

 GREEN value IS 53 (21.09% from 255) = 9.94%

 BLUE value IS 226 (88.67% from 255) = 42.4%

R = 47.65%
G = 9.94%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FE35E2 (or 0xFE35E2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 35 and E2. RGB value is (254,53,226). Sum of RGB (Red+Green+Blue) = 254+53+226=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 53 (21.09% from 255 or 9.94% from 533); Blue value is 226 (88.67% from 255 or 42.40% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE35E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE35E2 is #01CA1D. Grayscale: #848484. Windows color (decimal): -117278 or 14824958. OLE color: 14824958.

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

Color convert

RGB 254 53 226 -
CMYK 0 0.79 0.11 0.00
HSL 308.36º 0.99% 0.6% -
HSV(B) 308.36º 0.79% 1% -
XYZ 55.87 29.11 74.63 -
YUV 132.82 180.59 214.43 -
System Red Green Blue C M Y K H S L
Decimal 254 53 226 0 0.79 0.11 0.00 308.36 0.99 0.6
Hex FE 35 E2 0 4F B 0 134 63 3C
Octal 376 65 342 0 117 13 0 464 143 74
Binary 11111110 110101 11100010 0 1001111 1011 0 100110100 1100011 111100

Color Harmonies of #FE35E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE35E2

Black with #FE35E2

Text Example


Text Example

White with #FE35E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE35E2; }

 p { color: rgb(254,53,226); }

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

background-color css

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

 a { background-color: rgb(254,53,226); }

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

border-color css

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

 span { border-color: rgb(254,53,226); }

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