Html Css Color HEX #F328D5 Razzle Dazzle Rose

📋 copy color: '#F328D5'

red 243 ◦ green 40 ◦ blue 213

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

Shades of Razzle Dazzle Rose #F328D5

Tints of Razzle Dazzle Rose #F328D5

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.06%

 BLUE value IS 213 (83.59% from 255) = 42.94%

R = 48.99%
G = 8.06%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F328D5 (or 0xF328D5) is known color: Razzle Dazzle Rose. HEX triplet: F3, 28 and D5. RGB value is (243,40,213). Sum of RGB (Red+Green+Blue) = 243+40+213=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 40 (16.02% from 255 or 8.06% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 243 - color contains mainly: red. Hex color #F328D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F328D5 is #0CD72A. Grayscale: #777777. Windows color (decimal): -841515 or 13969651. OLE color: 13969651.

HSL color Cylindrical-coordinate representation of color #F328D5: hue angle of 308.87º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F328D5 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 40 213 -
CMYK 0 0.84 0.12 0.05
HSL 308.87º 0.89% 0.55% -
HSV(B) 308.87º 0.84% 0.95% -
XYZ 49.73 25.38 65.23 -
YUV 120.42 180.25 215.43 -
System Red Green Blue C M Y K H S L
Decimal 243 40 213 0 0.84 0.12 0.05 308.87 0.89 0.55
Hex F3 28 D5 0 54 C 5 135 59 37
Octal 363 50 325 0 124 14 5 465 131 67
Binary 11110011 101000 11010101 0 1010100 1100 101 100110101 1011001 110111

Color Harmonies of #F328D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F328D5

Black with #F328D5

Text Example


Text Example

White with #F328D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F328D5; }

 p { color: rgb(243,40,213); }

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

background-color css

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

 a { background-color: rgb(243,40,213); }

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

border-color css

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

 span { border-color: rgb(243,40,213); }

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