Html Css Color HEX #F329D5 Razzle Dazzle Rose

📋 copy color: '#F329D5'

red 243 ◦ green 41 ◦ blue 213

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

Shades of Razzle Dazzle Rose #F329D5

Tints of Razzle Dazzle Rose #F329D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.86%

R = 48.89%
G = 8.25%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F329D5 (or 0xF329D5) is known color: Razzle Dazzle Rose. HEX triplet: F3, 29 and D5. RGB value is (243,41,213). Sum of RGB (Red+Green+Blue) = 243+41+213=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 41 (16.41% from 255 or 8.25% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F329D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F329D5 is #0CD62A. Grayscale: #787878. Windows color (decimal): -841259 or 13969907. OLE color: 13969907.

HSL color Cylindrical-coordinate representation of color #F329D5: hue angle of 308.91º 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 #F329D5 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 41 213 -
CMYK 0 0.83 0.12 0.05
HSL 308.91º 0.89% 0.56% -
HSV(B) 308.91º 0.83% 0.95% -
XYZ 49.77 25.44 65.24 -
YUV 121.01 179.92 215.01 -
System Red Green Blue C M Y K H S L
Decimal 243 41 213 0 0.83 0.12 0.05 308.91 0.89 0.56
Hex F3 29 D5 0 53 C 5 135 59 38
Octal 363 51 325 0 123 14 5 465 131 70
Binary 11110011 101001 11010101 0 1010011 1100 101 100110101 1011001 111000

Color Harmonies of #F329D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F329D5

Black with #F329D5

Text Example


Text Example

White with #F329D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F329D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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