Html Css Color HEX #F53FDD Razzle Dazzle Rose

📋 copy color: '#F53FDD'

red 245 ◦ green 63 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F53FDD

Tints of Razzle Dazzle Rose #F53FDD

RGB

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

 GREEN value IS 63 (25% from 255) = 11.91%

 BLUE value IS 221 (86.72% from 255) = 41.78%

R = 46.31%
G = 11.91%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F53FDD (or 0xF53FDD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3F and DD. RGB value is (245,63,221). Sum of RGB (Red+Green+Blue) = 245+63+221=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 63 (25% from 255 or 11.91% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F53FDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53FDD is #0AC022. Grayscale: #868686. Windows color (decimal): -704547 or 14499829. OLE color: 14499829.

HSL color Cylindrical-coordinate representation of color #F53FDD: hue angle of 307.91º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F53FDD is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 63 221 -
CMYK 0 0.74 0.10 0.04
HSL 307.91º 0.9% 0.6% -
HSV(B) 307.91º 0.74% 0.96% -
XYZ 52.48 28.19 71.08 -
YUV 135.43 176.3 206.15 -
System Red Green Blue C M Y K H S L
Decimal 245 63 221 0 0.74 0.10 0.04 307.91 0.9 0.6
Hex F5 3F DD 0 4A A 4 134 5A 3C
Octal 365 77 335 0 112 12 4 464 132 74
Binary 11110101 111111 11011101 0 1001010 1010 100 100110100 1011010 111100

Color Harmonies of #F53FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53FDD

Black with #F53FDD

Text Example


Text Example

White with #F53FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53FDD; }

 p { color: rgb(245,63,221); }

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

background-color css

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

 a { background-color: rgb(245,63,221); }

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

border-color css

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

 span { border-color: rgb(245,63,221); }

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