Html Css Color HEX #F539C2 Razzle Dazzle Rose

📋 copy color: '#F539C2'

red 245 ◦ green 57 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F539C2

Tints of Razzle Dazzle Rose #F539C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.11%

R = 49.4%
G = 11.49%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F539C2 (or 0xF539C2) is known color: Razzle Dazzle Rose. HEX triplet: F5, 39 and C2. RGB value is (245,57,194). Sum of RGB (Red+Green+Blue) = 245+57+194=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 57 (22.66% from 255 or 11.49% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F539C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F539C2 is #0AC63D. Grayscale: #808080. Windows color (decimal): -706110 or 12728821. OLE color: 12728821.

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

Color convert

RGB 245 57 194 -
CMYK 0 0.77 0.21 0.04
HSL 316.28º 0.9% 0.59% -
HSV(B) 316.28º 0.77% 0.96% -
XYZ 48.86 26.23 53.53 -
YUV 128.83 164.78 210.86 -
System Red Green Blue C M Y K H S L
Decimal 245 57 194 0 0.77 0.21 0.04 316.28 0.9 0.59
Hex F5 39 C2 0 4D 15 4 13C 5A 3B
Octal 365 71 302 0 115 25 4 474 132 73
Binary 11110101 111001 11000010 0 1001101 10101 100 100111100 1011010 111011

Color Harmonies of #F539C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F539C2

Black with #F539C2

Text Example


Text Example

White with #F539C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F539C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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