Html Css Color HEX #F531BA Razzle Dazzle Rose

📋 copy color: '#F531BA'

red 245 ◦ green 49 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F531BA

Tints of Razzle Dazzle Rose #F531BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.75%

R = 51.04%
G = 10.21%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F531BA (or 0xF531BA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 31 and BA. RGB value is (245,49,186). Sum of RGB (Red+Green+Blue) = 245+49+186=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 49 (19.53% from 255 or 10.21% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F531BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F531BA is #0ACE45. Grayscale: #7A7A7A. Windows color (decimal): -708166 or 12202485. OLE color: 12202485.

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

Color convert

RGB 245 49 186 -
CMYK 0 0.8 0.24 0.04
HSL 318.06º 0.91% 0.58% -
HSV(B) 318.06º 0.8% 0.96% -
XYZ 47.62 25.15 48.8 -
YUV 123.22 163.43 214.86 -
System Red Green Blue C M Y K H S L
Decimal 245 49 186 0 0.8 0.24 0.04 318.06 0.91 0.58
Hex F5 31 BA 0 50 18 4 13E 5B 3A
Octal 365 61 272 0 120 30 4 476 133 72
Binary 11110101 110001 10111010 0 1010000 11000 100 100111110 1011011 111010

Color Harmonies of #F531BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F531BA

Black with #F531BA

Text Example


Text Example

White with #F531BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F531BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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