Html Css Color HEX #FE35C8 Razzle Dazzle Rose

📋 copy color: '#FE35C8'

red 254 ◦ green 53 ◦ blue 200

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

Shades of Razzle Dazzle Rose #FE35C8

Tints of Razzle Dazzle Rose #FE35C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.45%

R = 50.1%
G = 10.45%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FE35C8 (or 0xFE35C8) is known color: Razzle Dazzle Rose. HEX triplet: FE, 35 and C8. RGB value is (254,53,200). Sum of RGB (Red+Green+Blue) = 254+53+200=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 53 (21.09% from 255 or 10.45% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE35C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE35C8 is #01CA37. Grayscale: #818181. Windows color (decimal): -117304 or 13121022. OLE color: 13121022.

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

Color convert

RGB 254 53 200 -
CMYK 0 0.79 0.21 0.00
HSL 316.12º 0.99% 0.6% -
HSV(B) 316.12º 0.79% 1% -
XYZ 52.57 27.79 57.24 -
YUV 129.86 167.59 216.55 -
System Red Green Blue C M Y K H S L
Decimal 254 53 200 0 0.79 0.21 0.00 316.12 0.99 0.6
Hex FE 35 C8 0 4F 15 0 13C 63 3C
Octal 376 65 310 0 117 25 0 474 143 74
Binary 11111110 110101 11001000 0 1001111 10101 0 100111100 1100011 111100

Color Harmonies of #FE35C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE35C8

Black with #FE35C8

Text Example


Text Example

White with #FE35C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE35C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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