Html Css Color HEX #F535D9 Razzle Dazzle Rose

📋 copy color: '#F535D9'

red 245 ◦ green 53 ◦ blue 217

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

Shades of Razzle Dazzle Rose #F535D9

Tints of Razzle Dazzle Rose #F535D9

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.29%

 BLUE value IS 217 (85.16% from 255) = 42.14%

R = 47.57%
G = 10.29%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F535D9 (or 0xF535D9) is known color: Razzle Dazzle Rose. HEX triplet: F5, 35 and D9. RGB value is (245,53,217). Sum of RGB (Red+Green+Blue) = 245+53+217=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 53 (21.09% from 255 or 10.29% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F535D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F535D9 is #0ACA26. Grayscale: #808080. Windows color (decimal): -707111 or 14235125. OLE color: 14235125.

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

Color convert

RGB 245 53 217 -
CMYK 0 0.78 0.11 0.04
HSL 308.75º 0.91% 0.58% -
HSV(B) 308.75º 0.78% 0.96% -
XYZ 51.45 26.97 68.14 -
YUV 129.1 177.61 210.66 -
System Red Green Blue C M Y K H S L
Decimal 245 53 217 0 0.78 0.11 0.04 308.75 0.91 0.58
Hex F5 35 D9 0 4E B 4 135 5B 3A
Octal 365 65 331 0 116 13 4 465 133 72
Binary 11110101 110101 11011001 0 1001110 1011 100 100110101 1011011 111010

Color Harmonies of #F535D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F535D9

Black with #F535D9

Text Example


Text Example

White with #F535D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F535D9; }

 p { color: rgb(245,53,217); }

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

background-color css

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

 a { background-color: rgb(245,53,217); }

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

border-color css

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

 span { border-color: rgb(245,53,217); }

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