Html Css Color HEX #F530DA Razzle Dazzle Rose

📋 copy color: '#F530DA'

red 245 ◦ green 48 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F530DA

Tints of Razzle Dazzle Rose #F530DA

RGB

 RED value IS 245 (96.09% from 255) = 47.95%

 GREEN value IS 48 (19.14% from 255) = 9.39%

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

R = 47.95%
G = 9.39%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F530DA (or 0xF530DA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 30 and DA. RGB value is (245,48,218). Sum of RGB (Red+Green+Blue) = 245+48+218=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 48 (19.14% from 255 or 9.39% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F530DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F530DA is #0ACF25. Grayscale: #7D7D7D. Windows color (decimal): -708390 or 14299381. OLE color: 14299381.

HSL color Cylindrical-coordinate representation of color #F530DA: hue angle of 308.22º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F530DA is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 48 218 -
CMYK 0 0.80 0.11 0.04
HSL 308.22º 0.91% 0.57% -
HSV(B) 308.22º 0.8% 0.96% -
XYZ 51.37 26.59 68.75 -
YUV 126.28 179.77 212.68 -
System Red Green Blue C M Y K H S L
Decimal 245 48 218 0 0.80 0.11 0.04 308.22 0.91 0.57
Hex F5 30 DA 0 50 B 4 134 5B 39
Octal 365 60 332 0 120 13 4 464 133 71
Binary 11110101 110000 11011010 0 1010000 1011 100 100110100 1011011 111001

Color Harmonies of #F530DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F530DA

Black with #F530DA

Text Example


Text Example

White with #F530DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F530DA; }

 p { color: rgb(245,48,218); }

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

background-color css

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

 a { background-color: rgb(245,48,218); }

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

border-color css

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

 span { border-color: rgb(245,48,218); }

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