Html Css Color HEX #FF29E6 Razzle Dazzle Rose

📋 copy color: '#FF29E6'

red 255 ◦ green 41 ◦ blue 230

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

Shades of Razzle Dazzle Rose #FF29E6

Tints of Razzle Dazzle Rose #FF29E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.73%

R = 48.48%
G = 7.79%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FF29E6 (or 0xFF29E6) is known color: Razzle Dazzle Rose. HEX triplet: FF, 29 and E6. RGB value is (255,41,230). Sum of RGB (Red+Green+Blue) = 255+41+230=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 41 (16.41% from 255 or 7.79% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF29E6 is #00D619. Grayscale: #7D7D7D. Windows color (decimal): -54810 or 15084031. OLE color: 15084031.

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

Color convert

RGB 255 41 230 -
CMYK 0 0.84 0.10 0
HSL 307.01º 1% 0.58% -
HSV(B) 307.01º 0.84% 1% -
XYZ 56.32 28.56 77.41 -
YUV 126.53 186.4 219.63 -
System Red Green Blue C M Y K H S L
Decimal 255 41 230 0 0.84 0.10 0 307.01 1 0.58
Hex FF 29 E6 0 54 A 0 133 64 3A
Octal 377 51 346 0 124 12 0 463 144 72
Binary 11111111 101001 11100110 0 1010100 1010 0 100110011 1100100 111010

Color Harmonies of #FF29E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF29E6

Black with #FF29E6

Text Example


Text Example

White with #FF29E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF29E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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