Html Css Color HEX #FF29ED Razzle Dazzle Rose

📋 copy color: '#FF29ED'

red 255 ◦ green 41 ◦ blue 237

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

Shades of Razzle Dazzle Rose #FF29ED

Tints of Razzle Dazzle Rose #FF29ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.47%

R = 47.84%
G = 7.69%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF29ED (or 0xFF29ED) is known color: Razzle Dazzle Rose. HEX triplet: FF, 29 and ED. RGB value is (255,41,237). Sum of RGB (Red+Green+Blue) = 255+41+237=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 41 (16.41% from 255 or 7.69% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF29ED is #00D612. Grayscale: #7E7E7E. Windows color (decimal): -54803 or 15542783. OLE color: 15542783.

HSL color Cylindrical-coordinate representation of color #FF29ED: hue angle of 305.05º 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 #FF29ED is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 255 41 237 -
CMYK 0 0.84 0.07 0
HSL 305.05º 1% 0.58% -
HSV(B) 305.05º 0.84% 1% -
XYZ 57.32 28.96 82.69 -
YUV 127.33 189.9 219.06 -
System Red Green Blue C M Y K H S L
Decimal 255 41 237 0 0.84 0.07 0 305.05 1 0.58
Hex FF 29 ED 0 54 7 0 131 64 3A
Octal 377 51 355 0 124 7 0 461 144 72
Binary 11111111 101001 11101101 0 1010100 111 0 100110001 1100100 111010

Color Harmonies of #FF29ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF29ED

Black with #FF29ED

Text Example


Text Example

White with #FF29ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF29ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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