Html Css Color HEX #F329C6 Razzle Dazzle Rose

📋 copy color: '#F329C6'

red 243 ◦ green 41 ◦ blue 198

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

Shades of Razzle Dazzle Rose #F329C6

Tints of Razzle Dazzle Rose #F329C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.08%

R = 50.41%
G = 8.51%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F329C6 (or 0xF329C6) is known color: Razzle Dazzle Rose. HEX triplet: F3, 29 and C6. RGB value is (243,41,198). Sum of RGB (Red+Green+Blue) = 243+41+198=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 41 (16.41% from 255 or 8.51% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F329C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F329C6 is #0CD639. Grayscale: #767676. Windows color (decimal): -841274 or 12986867. OLE color: 12986867.

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

Color convert

RGB 243 41 198 -
CMYK 0 0.83 0.19 0.05
HSL 313.37º 0.89% 0.56% -
HSV(B) 313.37º 0.83% 0.95% -
XYZ 47.95 24.72 55.67 -
YUV 119.3 172.42 216.23 -
System Red Green Blue C M Y K H S L
Decimal 243 41 198 0 0.83 0.19 0.05 313.37 0.89 0.56
Hex F3 29 C6 0 53 13 5 139 59 38
Octal 363 51 306 0 123 23 5 471 131 70
Binary 11110011 101001 11000110 0 1010011 10011 101 100111001 1011001 111000

Color Harmonies of #F329C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F329C6

Black with #F329C6

Text Example


Text Example

White with #F329C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F329C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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