Html Css Color HEX #F536C6 Razzle Dazzle Rose

📋 copy color: '#F536C6'

red 245 ◦ green 54 ◦ blue 198

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

Shades of Razzle Dazzle Rose #F536C6

Tints of Razzle Dazzle Rose #F536C6

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.87%

 BLUE value IS 198 (77.73% from 255) = 39.84%

R = 49.3%
G = 10.87%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F536C6 (or 0xF536C6) is known color: Razzle Dazzle Rose. HEX triplet: F5, 36 and C6. RGB value is (245,54,198). Sum of RGB (Red+Green+Blue) = 245+54+198=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 54 (21.48% from 255 or 10.87% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F536C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F536C6 is #0AC939. Grayscale: #7F7F7F. Windows color (decimal): -706874 or 12990197. OLE color: 12990197.

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

Color convert

RGB 245 54 198 -
CMYK 0 0.78 0.19 0.04
HSL 314.76º 0.91% 0.59% -
HSV(B) 314.76º 0.78% 0.96% -
XYZ 49.17 26.13 55.88 -
YUV 127.53 167.78 211.79 -
System Red Green Blue C M Y K H S L
Decimal 245 54 198 0 0.78 0.19 0.04 314.76 0.91 0.59
Hex F5 36 C6 0 4E 13 4 13B 5B 3B
Octal 365 66 306 0 116 23 4 473 133 73
Binary 11110101 110110 11000110 0 1001110 10011 100 100111011 1011011 111011

Color Harmonies of #F536C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F536C6

Black with #F536C6

Text Example


Text Example

White with #F536C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F536C6; }

 p { color: rgb(245,54,198); }

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

background-color css

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

 a { background-color: rgb(245,54,198); }

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

border-color css

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

 span { border-color: rgb(245,54,198); }

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