Html Css Color HEX #FE35DF Razzle Dazzle Rose

📋 copy color: '#FE35DF'

red 254 ◦ green 53 ◦ blue 223

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

Shades of Razzle Dazzle Rose #FE35DF

Tints of Razzle Dazzle Rose #FE35DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.08%

R = 47.92%
G = 10%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FE35DF (or 0xFE35DF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 35 and DF. RGB value is (254,53,223). Sum of RGB (Red+Green+Blue) = 254+53+223=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 53 (21.09% from 255 or 10% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE35DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE35DF is #01CA20. Grayscale: #848484. Windows color (decimal): -117281 or 14628350. OLE color: 14628350.

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

Color convert

RGB 254 53 223 -
CMYK 0 0.79 0.12 0.00
HSL 309.25º 0.99% 0.6% -
HSV(B) 309.25º 0.79% 1% -
XYZ 55.47 28.94 72.48 -
YUV 132.48 179.09 214.68 -
System Red Green Blue C M Y K H S L
Decimal 254 53 223 0 0.79 0.12 0.00 309.25 0.99 0.6
Hex FE 35 DF 0 4F C 0 135 63 3C
Octal 376 65 337 0 117 14 0 465 143 74
Binary 11111110 110101 11011111 0 1001111 1100 0 100110101 1100011 111100

Color Harmonies of #FE35DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE35DF

Black with #FE35DF

Text Example


Text Example

White with #FE35DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE35DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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