Html Css Color HEX #F325DA Razzle Dazzle Rose

📋 copy color: '#F325DA'

red 243 ◦ green 37 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F325DA

Tints of Razzle Dazzle Rose #F325DA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.43%

 BLUE value IS 218 (85.55% from 255) = 43.78%

R = 48.8%
G = 7.43%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F325DA (or 0xF325DA) is known color: Razzle Dazzle Rose. HEX triplet: F3, 25 and DA. RGB value is (243,37,218). Sum of RGB (Red+Green+Blue) = 243+37+218=498 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.80% from 498); Green value is 37 (14.84% from 255 or 7.43% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 243 - color contains mainly: red. Hex color #F325DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F325DA is #0CDA25. Grayscale: #767676. Windows color (decimal): -842278 or 14296563. OLE color: 14296563.

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

Color convert

RGB 243 37 218 -
CMYK 0 0.85 0.10 0.05
HSL 307.28º 0.9% 0.55% -
HSV(B) 307.28º 0.85% 0.95% -
XYZ 50.28 25.44 68.59 -
YUV 119.23 183.75 216.28 -
System Red Green Blue C M Y K H S L
Decimal 243 37 218 0 0.85 0.10 0.05 307.28 0.9 0.55
Hex F3 25 DA 0 55 A 5 133 5A 37
Octal 363 45 332 0 125 12 5 463 132 67
Binary 11110011 100101 11011010 0 1010101 1010 101 100110011 1011010 110111

Color Harmonies of #F325DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F325DA

Black with #F325DA

Text Example


Text Example

White with #F325DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F325DA; }

 p { color: rgb(243,37,218); }

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

background-color css

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

 a { background-color: rgb(243,37,218); }

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

border-color css

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

 span { border-color: rgb(243,37,218); }

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