Html Css Color HEX #FF29E9 Razzle Dazzle Rose

📋 copy color: '#FF29E9'

red 255 ◦ green 41 ◦ blue 233

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

Shades of Razzle Dazzle Rose #FF29E9

Tints of Razzle Dazzle Rose #FF29E9

RGB

 RED value IS 255 (100% from 255) = 48.2%

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

 BLUE value IS 233 (91.41% from 255) = 44.05%

R = 48.2%
G = 7.75%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FF29E9 (or 0xFF29E9) is known color: Razzle Dazzle Rose. HEX triplet: FF, 29 and E9. RGB value is (255,41,233). Sum of RGB (Red+Green+Blue) = 255+41+233=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 41 (16.41% from 255 or 7.75% from 529); Blue value is 233 (91.41% from 255 or 44.05% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF29E9 is #00D616. Grayscale: #7E7E7E. Windows color (decimal): -54807 or 15280639. OLE color: 15280639.

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

Color convert

RGB 255 41 233 -
CMYK 0 0.84 0.09 0
HSL 306.17º 1% 0.58% -
HSV(B) 306.17º 0.84% 1% -
XYZ 56.74 28.73 79.65 -
YUV 126.87 187.9 219.39 -
System Red Green Blue C M Y K H S L
Decimal 255 41 233 0 0.84 0.09 0 306.17 1 0.58
Hex FF 29 E9 0 54 9 0 132 64 3A
Octal 377 51 351 0 124 11 0 462 144 72
Binary 11111111 101001 11101001 0 1010100 1001 0 100110010 1100100 111010

Color Harmonies of #FF29E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF29E9

Black with #FF29E9

Text Example


Text Example

White with #FF29E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF29E9; }

 p { color: rgb(255,41,233); }

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

background-color css

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

 a { background-color: rgb(255,41,233); }

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

border-color css

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

 span { border-color: rgb(255,41,233); }

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