Html Css Color HEX #FF29EF Razzle Dazzle Rose

📋 copy color: '#FF29EF'

red 255 ◦ green 41 ◦ blue 239

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

Shades of Razzle Dazzle Rose #FF29EF

Tints of Razzle Dazzle Rose #FF29EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.67%

R = 47.66%
G = 7.66%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF29EF (or 0xFF29EF) is known color: Razzle Dazzle Rose. HEX triplet: FF, 29 and EF. RGB value is (255,41,239). Sum of RGB (Red+Green+Blue) = 255+41+239=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 41 (16.41% from 255 or 7.66% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF29EF is #00D610. Grayscale: #7E7E7E. Windows color (decimal): -54801 or 15673855. OLE color: 15673855.

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

Color convert

RGB 255 41 239 -
CMYK 0 0.84 0.06 0
HSL 304.49º 1% 0.58% -
HSV(B) 304.49º 0.84% 1% -
XYZ 57.61 29.08 84.24 -
YUV 127.56 190.9 218.9 -
System Red Green Blue C M Y K H S L
Decimal 255 41 239 0 0.84 0.06 0 304.49 1 0.58
Hex FF 29 EF 0 54 6 0 130 64 3A
Octal 377 51 357 0 124 6 0 460 144 72
Binary 11111111 101001 11101111 0 1010100 110 0 100110000 1100100 111010

Color Harmonies of #FF29EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF29EF

Black with #FF29EF

Text Example


Text Example

White with #FF29EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF29EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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