Html Css Color HEX #F531DA Razzle Dazzle Rose

📋 copy color: '#F531DA'

red 245 ◦ green 49 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F531DA

Tints of Razzle Dazzle Rose #F531DA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.57%

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

R = 47.85%
G = 9.57%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F531DA (or 0xF531DA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 31 and DA. RGB value is (245,49,218). Sum of RGB (Red+Green+Blue) = 245+49+218=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 49 (19.53% from 255 or 9.57% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F531DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F531DA is #0ACE25. Grayscale: #7E7E7E. Windows color (decimal): -708134 or 14299637. OLE color: 14299637.

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

Color convert

RGB 245 49 218 -
CMYK 0 0.8 0.11 0.04
HSL 308.27º 0.91% 0.58% -
HSV(B) 308.27º 0.8% 0.96% -
XYZ 51.41 26.67 68.77 -
YUV 126.87 179.43 212.26 -
System Red Green Blue C M Y K H S L
Decimal 245 49 218 0 0.8 0.11 0.04 308.27 0.91 0.58
Hex F5 31 DA 0 50 B 4 134 5B 3A
Octal 365 61 332 0 120 13 4 464 133 72
Binary 11110101 110001 11011010 0 1010000 1011 100 100110100 1011011 111010

Color Harmonies of #F531DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F531DA

Black with #F531DA

Text Example


Text Example

White with #F531DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F531DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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