Html Css Color HEX #F329E5 Razzle Dazzle Rose

📋 copy color: '#F329E5'

red 243 ◦ green 41 ◦ blue 229

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

Shades of Razzle Dazzle Rose #F329E5

Tints of Razzle Dazzle Rose #F329E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.64%

R = 47.37%
G = 7.99%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F329E5 (or 0xF329E5) is known color: Razzle Dazzle Rose. HEX triplet: F3, 29 and E5. RGB value is (243,41,229). Sum of RGB (Red+Green+Blue) = 243+41+229=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 41 (16.41% from 255 or 7.99% from 513); Blue value is 229 (89.84% from 255 or 44.64% from 513); Max value from RGB is 243 - color contains mainly: red. Hex color #F329E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F329E5 is #0CD61A. Grayscale: #7A7A7A. Windows color (decimal): -841243 or 15018483. OLE color: 15018483.

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

Color convert

RGB 243 41 229 -
CMYK 0 0.83 0.06 0.05
HSL 304.16º 0.89% 0.56% -
HSV(B) 304.16º 0.83% 0.95% -
XYZ 51.9 26.3 76.47 -
YUV 122.83 187.92 213.71 -
System Red Green Blue C M Y K H S L
Decimal 243 41 229 0 0.83 0.06 0.05 304.16 0.89 0.56
Hex F3 29 E5 0 53 6 5 130 59 38
Octal 363 51 345 0 123 6 5 460 131 70
Binary 11110011 101001 11100101 0 1010011 110 101 100110000 1011001 111000

Color Harmonies of #F329E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F329E5

Black with #F329E5

Text Example


Text Example

White with #F329E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F329E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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