Html Css Color HEX #F329D3 Razzle Dazzle Rose

📋 copy color: '#F329D3'

red 243 ◦ green 41 ◦ blue 211

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

Shades of Razzle Dazzle Rose #F329D3

Tints of Razzle Dazzle Rose #F329D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.63%

R = 49.09%
G = 8.28%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F329D3 (or 0xF329D3) is known color: Razzle Dazzle Rose. HEX triplet: F3, 29 and D3. RGB value is (243,41,211). Sum of RGB (Red+Green+Blue) = 243+41+211=495 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.09% from 495); Green value is 41 (16.41% from 255 or 8.28% from 495); Blue value is 211 (82.81% from 255 or 42.63% from 495); Max value from RGB is 243 - color contains mainly: red. Hex color #F329D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F329D3 is #0CD62C. Grayscale: #787878. Windows color (decimal): -841261 or 13838835. OLE color: 13838835.

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

Color convert

RGB 243 41 211 -
CMYK 0 0.83 0.13 0.05
HSL 309.5º 0.89% 0.56% -
HSV(B) 309.5º 0.83% 0.95% -
XYZ 49.51 25.34 63.91 -
YUV 120.78 178.92 215.18 -
System Red Green Blue C M Y K H S L
Decimal 243 41 211 0 0.83 0.13 0.05 309.5 0.89 0.56
Hex F3 29 D3 0 53 D 5 136 59 38
Octal 363 51 323 0 123 15 5 466 131 70
Binary 11110011 101001 11010011 0 1010011 1101 101 100110110 1011001 111000

Color Harmonies of #F329D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F329D3

Black with #F329D3

Text Example


Text Example

White with #F329D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F329D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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