Html Css Color HEX #F536D0 Razzle Dazzle Rose

📋 copy color: '#F536D0'

red 245 ◦ green 54 ◦ blue 208

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

Shades of Razzle Dazzle Rose #F536D0

Tints of Razzle Dazzle Rose #F536D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.03%

R = 48.32%
G = 10.65%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F536D0 (or 0xF536D0) is known color: Razzle Dazzle Rose. HEX triplet: F5, 36 and D0. RGB value is (245,54,208). Sum of RGB (Red+Green+Blue) = 245+54+208=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 54 (21.48% from 255 or 10.65% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F536D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F536D0 is #0AC92F. Grayscale: #808080. Windows color (decimal): -706864 or 13645557. OLE color: 13645557.

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

Color convert

RGB 245 54 208 -
CMYK 0 0.78 0.15 0.04
HSL 311.62º 0.91% 0.59% -
HSV(B) 311.62º 0.78% 0.96% -
XYZ 50.36 26.6 62.16 -
YUV 128.67 172.78 210.98 -
System Red Green Blue C M Y K H S L
Decimal 245 54 208 0 0.78 0.15 0.04 311.62 0.91 0.59
Hex F5 36 D0 0 4E F 4 138 5B 3B
Octal 365 66 320 0 116 17 4 470 133 73
Binary 11110101 110110 11010000 0 1001110 1111 100 100111000 1011011 111011

Color Harmonies of #F536D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F536D0

Black with #F536D0

Text Example


Text Example

White with #F536D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F536D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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