Html Css Color HEX #F329DD Razzle Dazzle Rose

📋 copy color: '#F329DD'

red 243 ◦ green 41 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F329DD

Tints of Razzle Dazzle Rose #F329DD

RGB

 RED value IS 243 (95.31% from 255) = 48.12%

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

 BLUE value IS 221 (86.72% from 255) = 43.76%

R = 48.12%
G = 8.12%
B = 43.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F329DD (or 0xF329DD) is known color: Razzle Dazzle Rose. HEX triplet: F3, 29 and DD. RGB value is (243,41,221). Sum of RGB (Red+Green+Blue) = 243+41+221=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 41 (16.41% from 255 or 8.12% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 243 - color contains mainly: red. Hex color #F329DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F329DD is #0CD622. Grayscale: #797979. Windows color (decimal): -841251 or 14494195. OLE color: 14494195.

HSL color Cylindrical-coordinate representation of color #F329DD: hue angle of 306.53º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F329DD is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 41 221 -
CMYK 0 0.83 0.09 0.05
HSL 306.53º 0.89% 0.56% -
HSV(B) 306.53º 0.83% 0.95% -
XYZ 50.81 25.86 70.72 -
YUV 121.92 183.92 214.36 -
System Red Green Blue C M Y K H S L
Decimal 243 41 221 0 0.83 0.09 0.05 306.53 0.89 0.56
Hex F3 29 DD 0 53 9 5 133 59 38
Octal 363 51 335 0 123 11 5 463 131 70
Binary 11110011 101001 11011101 0 1010011 1001 101 100110011 1011001 111000

Color Harmonies of #F329DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F329DD

Black with #F329DD

Text Example


Text Example

White with #F329DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F329DD; }

 p { color: rgb(243,41,221); }

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

background-color css

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

 a { background-color: rgb(243,41,221); }

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

border-color css

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

 span { border-color: rgb(243,41,221); }

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