Html Css Color HEX #FE35D2 Razzle Dazzle Rose

📋 copy color: '#FE35D2'

red 254 ◦ green 53 ◦ blue 210

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

Shades of Razzle Dazzle Rose #FE35D2

Tints of Razzle Dazzle Rose #FE35D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.62%

R = 49.13%
G = 10.25%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE35D2 (or 0xFE35D2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 35 and D2. RGB value is (254,53,210). Sum of RGB (Red+Green+Blue) = 254+53+210=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 53 (21.09% from 255 or 10.25% from 517); Blue value is 210 (82.42% from 255 or 40.62% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE35D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE35D2 is #01CA2D. Grayscale: #828282. Windows color (decimal): -117294 or 13776382. OLE color: 13776382.

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

Color convert

RGB 254 53 210 -
CMYK 0 0.79 0.17 0.00
HSL 313.13º 0.99% 0.6% -
HSV(B) 313.13º 0.79% 1% -
XYZ 53.78 28.27 63.59 -
YUV 131 172.59 215.73 -
System Red Green Blue C M Y K H S L
Decimal 254 53 210 0 0.79 0.17 0.00 313.13 0.99 0.6
Hex FE 35 D2 0 4F 11 0 139 63 3C
Octal 376 65 322 0 117 21 0 471 143 74
Binary 11111110 110101 11010010 0 1001111 10001 0 100111001 1100011 111100

Color Harmonies of #FE35D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE35D2

Black with #FE35D2

Text Example


Text Example

White with #FE35D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE35D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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