Html Css Color HEX #FE29D0 Razzle Dazzle Rose

📋 copy color: '#FE29D0'

red 254 ◦ green 41 ◦ blue 208

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

Shades of Razzle Dazzle Rose #FE29D0

Tints of Razzle Dazzle Rose #FE29D0

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.15%

 BLUE value IS 208 (81.64% from 255) = 41.35%

R = 50.5%
G = 8.15%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FE29D0 (or 0xFE29D0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 29 and D0. RGB value is (254,41,208). Sum of RGB (Red+Green+Blue) = 254+41+208=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 41 (16.41% from 255 or 8.15% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE29D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE29D0 is #01D62F. Grayscale: #7B7B7B. Windows color (decimal): -120368 or 13642238. OLE color: 13642238.

HSL color Cylindrical-coordinate representation of color #FE29D0: hue angle of 312.96º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE29D0 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 41 208 -
CMYK 0 0.84 0.18 0.00
HSL 312.96º 0.99% 0.58% -
HSV(B) 312.96º 0.84% 1% -
XYZ 53.05 27.21 62.13 -
YUV 123.73 175.57 220.92 -
System Red Green Blue C M Y K H S L
Decimal 254 41 208 0 0.84 0.18 0.00 312.96 0.99 0.58
Hex FE 29 D0 0 54 12 0 139 63 3A
Octal 376 51 320 0 124 22 0 471 143 72
Binary 11111110 101001 11010000 0 1010100 10010 0 100111001 1100011 111010

Color Harmonies of #FE29D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE29D0

Black with #FE29D0

Text Example


Text Example

White with #FE29D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE29D0; }

 p { color: rgb(254,41,208); }

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

background-color css

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

 a { background-color: rgb(254,41,208); }

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

border-color css

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

 span { border-color: rgb(254,41,208); }

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