Html Css Color HEX #F329ED Razzle Dazzle Rose

📋 copy color: '#F329ED'

red 243 ◦ green 41 ◦ blue 237

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

Shades of Razzle Dazzle Rose #F329ED

Tints of Razzle Dazzle Rose #F329ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.49%

R = 46.64%
G = 7.87%
B = 45.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F329ED (or 0xF329ED) is known color: Razzle Dazzle Rose. HEX triplet: F3, 29 and ED. RGB value is (243,41,237). Sum of RGB (Red+Green+Blue) = 243+41+237=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 41 (16.41% from 255 or 7.87% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F329ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F329ED is #0CD612. Grayscale: #7B7B7B. Windows color (decimal): -841235 or 15542771. OLE color: 15542771.

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

Color convert

RGB 243 41 237 -
CMYK 0 0.83 0.02 0.05
HSL 301.78º 0.89% 0.56% -
HSV(B) 301.78º 0.83% 0.95% -
XYZ 53.04 26.75 82.49 -
YUV 123.74 191.92 213.06 -
System Red Green Blue C M Y K H S L
Decimal 243 41 237 0 0.83 0.02 0.05 301.78 0.89 0.56
Hex F3 29 ED 0 53 2 5 12E 59 38
Octal 363 51 355 0 123 2 5 456 131 70
Binary 11110011 101001 11101101 0 1010011 10 101 100101110 1011001 111000

Color Harmonies of #F329ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F329ED

Black with #F329ED

Text Example


Text Example

White with #F329ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F329ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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