Html Css Color HEX #F531CF Razzle Dazzle Rose

📋 copy color: '#F531CF'

red 245 ◦ green 49 ◦ blue 207

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

Shades of Razzle Dazzle Rose #F531CF

Tints of Razzle Dazzle Rose #F531CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.32%

R = 48.9%
G = 9.78%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F531CF (or 0xF531CF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 31 and CF. RGB value is (245,49,207). Sum of RGB (Red+Green+Blue) = 245+49+207=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 49 (19.53% from 255 or 9.78% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F531CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F531CF is #0ACE30. Grayscale: #7D7D7D. Windows color (decimal): -708145 or 13578741. OLE color: 13578741.

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

Color convert

RGB 245 49 207 -
CMYK 0 0.8 0.16 0.04
HSL 311.63º 0.91% 0.58% -
HSV(B) 311.63º 0.8% 0.96% -
XYZ 50.02 26.11 61.44 -
YUV 125.62 173.93 213.15 -
System Red Green Blue C M Y K H S L
Decimal 245 49 207 0 0.8 0.16 0.04 311.63 0.91 0.58
Hex F5 31 CF 0 50 10 4 138 5B 3A
Octal 365 61 317 0 120 20 4 470 133 72
Binary 11110101 110001 11001111 0 1010000 10000 100 100111000 1011011 111010

Color Harmonies of #F531CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F531CF

Black with #F531CF

Text Example


Text Example

White with #F531CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F531CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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