Html Css Color HEX #F535DA Razzle Dazzle Rose

📋 copy color: '#F535DA'

red 245 ◦ green 53 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F535DA

Tints of Razzle Dazzle Rose #F535DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.25%

R = 47.48%
G = 10.27%
B = 42.25%

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

#F535DA (or 0xF535DA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 35 and DA. RGB value is (245,53,218). Sum of RGB (Red+Green+Blue) = 245+53+218=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 53 (21.09% from 255 or 10.27% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F535DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F535DA is #0ACA25. Grayscale: #808080. Windows color (decimal): -707110 or 14300661. OLE color: 14300661.

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

Color convert

RGB 245 53 218 -
CMYK 0 0.78 0.11 0.04
HSL 308.44º 0.91% 0.58% -
HSV(B) 308.44º 0.78% 0.96% -
XYZ 51.58 27.02 68.83 -
YUV 129.22 178.11 210.58 -
System Red Green Blue C M Y K H S L
Decimal 245 53 218 0 0.78 0.11 0.04 308.44 0.91 0.58
Hex F5 35 DA 0 4E B 4 134 5B 3A
Octal 365 65 332 0 116 13 4 464 133 72
Binary 11110101 110101 11011010 0 1001110 1011 100 100110100 1011011 111010

Color Harmonies of #F535DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F535DA

Black with #F535DA

Text Example


Text Example

White with #F535DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F535DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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