Html Css Color HEX #F539C5 Razzle Dazzle Rose

📋 copy color: '#F539C5'

red 245 ◦ green 57 ◦ blue 197

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

Shades of Razzle Dazzle Rose #F539C5

Tints of Razzle Dazzle Rose #F539C5

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.42%

 BLUE value IS 197 (77.34% from 255) = 39.48%

R = 49.1%
G = 11.42%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F539C5 (or 0xF539C5) is known color: Razzle Dazzle Rose. HEX triplet: F5, 39 and C5. RGB value is (245,57,197). Sum of RGB (Red+Green+Blue) = 245+57+197=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 57 (22.66% from 255 or 11.42% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F539C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F539C5 is #0AC63A. Grayscale: #808080. Windows color (decimal): -706107 or 12925429. OLE color: 12925429.

HSL color Cylindrical-coordinate representation of color #F539C5: hue angle of 315.32º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F539C5 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 57 197 -
CMYK 0 0.77 0.20 0.04
HSL 315.32º 0.9% 0.59% -
HSV(B) 315.32º 0.77% 0.96% -
XYZ 49.2 26.37 55.32 -
YUV 129.17 166.28 210.62 -
System Red Green Blue C M Y K H S L
Decimal 245 57 197 0 0.77 0.20 0.04 315.32 0.9 0.59
Hex F5 39 C5 0 4D 14 4 13B 5A 3B
Octal 365 71 305 0 115 24 4 473 132 73
Binary 11110101 111001 11000101 0 1001101 10100 100 100111011 1011010 111011

Color Harmonies of #F539C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F539C5

Black with #F539C5

Text Example


Text Example

White with #F539C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F539C5; }

 p { color: rgb(245,57,197); }

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

background-color css

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

 a { background-color: rgb(245,57,197); }

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

border-color css

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

 span { border-color: rgb(245,57,197); }

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