Html Css Color HEX #F531CA Razzle Dazzle Rose

📋 copy color: '#F531CA'

red 245 ◦ green 49 ◦ blue 202

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

Shades of Razzle Dazzle Rose #F531CA

Tints of Razzle Dazzle Rose #F531CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.73%

R = 49.4%
G = 9.88%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F531CA (or 0xF531CA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 31 and CA. RGB value is (245,49,202). Sum of RGB (Red+Green+Blue) = 245+49+202=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 49 (19.53% from 255 or 9.88% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F531CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F531CA is #0ACE35. Grayscale: #7C7C7C. Windows color (decimal): -708150 or 13251061. OLE color: 13251061.

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

Color convert

RGB 245 49 202 -
CMYK 0 0.8 0.18 0.04
HSL 313.16º 0.91% 0.58% -
HSV(B) 313.16º 0.8% 0.96% -
XYZ 49.42 25.87 58.27 -
YUV 125.05 171.43 213.56 -
System Red Green Blue C M Y K H S L
Decimal 245 49 202 0 0.8 0.18 0.04 313.16 0.91 0.58
Hex F5 31 CA 0 50 12 4 139 5B 3A
Octal 365 61 312 0 120 22 4 471 133 72
Binary 11110101 110001 11001010 0 1010000 10010 100 100111001 1011011 111010

Color Harmonies of #F531CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F531CA

Black with #F531CA

Text Example


Text Example

White with #F531CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F531CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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