Html Css Color HEX #FE35C2 Razzle Dazzle Rose

📋 copy color: '#FE35C2'

red 254 ◦ green 53 ◦ blue 194

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

Shades of Razzle Dazzle Rose #FE35C2

Tints of Razzle Dazzle Rose #FE35C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.72%

R = 50.7%
G = 10.58%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FE35C2 (or 0xFE35C2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 35 and C2. RGB value is (254,53,194). Sum of RGB (Red+Green+Blue) = 254+53+194=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 53 (21.09% from 255 or 10.58% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE35C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE35C2 is #01CA3D. Grayscale: #808080. Windows color (decimal): -117310 or 12727806. OLE color: 12727806.

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

Color convert

RGB 254 53 194 -
CMYK 0 0.79 0.24 0.00
HSL 317.91º 0.99% 0.6% -
HSV(B) 317.91º 0.79% 1% -
XYZ 51.88 27.51 53.61 -
YUV 129.17 164.59 217.04 -
System Red Green Blue C M Y K H S L
Decimal 254 53 194 0 0.79 0.24 0.00 317.91 0.99 0.6
Hex FE 35 C2 0 4F 18 0 13E 63 3C
Octal 376 65 302 0 117 30 0 476 143 74
Binary 11111110 110101 11000010 0 1001111 11000 0 100111110 1100011 111100

Color Harmonies of #FE35C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE35C2

Black with #FE35C2

Text Example


Text Example

White with #FE35C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE35C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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