Html Css Color HEX #FE35DB Razzle Dazzle Rose

📋 copy color: '#FE35DB'

red 254 ◦ green 53 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FE35DB

Tints of Razzle Dazzle Rose #FE35DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.63%

R = 48.29%
G = 10.08%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE35DB (or 0xFE35DB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 35 and DB. RGB value is (254,53,219). Sum of RGB (Red+Green+Blue) = 254+53+219=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 53 (21.09% from 255 or 10.08% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE35DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE35DB is #01CA24. Grayscale: #838383. Windows color (decimal): -117285 or 14366206. OLE color: 14366206.

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

Color convert

RGB 254 53 219 -
CMYK 0 0.79 0.14 0.00
HSL 310.45º 0.99% 0.6% -
HSV(B) 310.45º 0.79% 1% -
XYZ 54.93 28.73 69.67 -
YUV 132.02 177.09 215 -
System Red Green Blue C M Y K H S L
Decimal 254 53 219 0 0.79 0.14 0.00 310.45 0.99 0.6
Hex FE 35 DB 0 4F E 0 136 63 3C
Octal 376 65 333 0 117 16 0 466 143 74
Binary 11111110 110101 11011011 0 1001111 1110 0 100110110 1100011 111100

Color Harmonies of #FE35DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE35DB

Black with #FE35DB

Text Example


Text Example

White with #FE35DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE35DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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