Html Css Color HEX #F329C3 Razzle Dazzle Rose

📋 copy color: '#F329C3'

red 243 ◦ green 41 ◦ blue 195

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

Shades of Razzle Dazzle Rose #F329C3

Tints of Razzle Dazzle Rose #F329C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.71%

R = 50.73%
G = 8.56%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F329C3 (or 0xF329C3) is known color: Razzle Dazzle Rose. HEX triplet: F3, 29 and C3. RGB value is (243,41,195). Sum of RGB (Red+Green+Blue) = 243+41+195=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 41 (16.41% from 255 or 8.56% from 479); Blue value is 195 (76.56% from 255 or 40.71% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F329C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F329C3 is #0CD63C. Grayscale: #767676. Windows color (decimal): -841277 or 12790259. OLE color: 12790259.

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

Color convert

RGB 243 41 195 -
CMYK 0 0.83 0.20 0.05
HSL 314.26º 0.89% 0.56% -
HSV(B) 314.26º 0.83% 0.95% -
XYZ 47.61 24.58 53.87 -
YUV 118.95 170.92 216.48 -
System Red Green Blue C M Y K H S L
Decimal 243 41 195 0 0.83 0.20 0.05 314.26 0.89 0.56
Hex F3 29 C3 0 53 14 5 13A 59 38
Octal 363 51 303 0 123 24 5 472 131 70
Binary 11110011 101001 11000011 0 1010011 10100 101 100111010 1011001 111000

Color Harmonies of #F329C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F329C3

Black with #F329C3

Text Example


Text Example

White with #F329C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F329C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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