Html Css Color HEX #F531D5 Razzle Dazzle Rose

📋 copy color: '#F531D5'

red 245 ◦ green 49 ◦ blue 213

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

Shades of Razzle Dazzle Rose #F531D5

Tints of Razzle Dazzle Rose #F531D5

RGB

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

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

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

R = 48.32%
G = 9.66%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F531D5 (or 0xF531D5) is known color: Razzle Dazzle Rose. HEX triplet: F5, 31 and D5. RGB value is (245,49,213). Sum of RGB (Red+Green+Blue) = 245+49+213=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 49 (19.53% from 255 or 9.66% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F531D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F531D5 is #0ACE2A. Grayscale: #7D7D7D. Windows color (decimal): -708139 or 13971957. OLE color: 13971957.

HSL color Cylindrical-coordinate representation of color #F531D5: hue angle of 309.8º 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 #F531D5 is Cyan = 0, Magento = 0.8, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 49 213 -
CMYK 0 0.8 0.13 0.04
HSL 309.8º 0.91% 0.58% -
HSV(B) 309.8º 0.8% 0.96% -
XYZ 50.76 26.41 65.37 -
YUV 126.3 176.93 212.66 -
System Red Green Blue C M Y K H S L
Decimal 245 49 213 0 0.8 0.13 0.04 309.8 0.91 0.58
Hex F5 31 D5 0 50 D 4 136 5B 3A
Octal 365 61 325 0 120 15 4 466 133 72
Binary 11110101 110001 11010101 0 1010000 1101 100 100110110 1011011 111010

Color Harmonies of #F531D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F531D5

Black with #F531D5

Text Example


Text Example

White with #F531D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F531D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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