Html Css Color HEX #F53DD2 Razzle Dazzle Rose

📋 copy color: '#F53DD2'

red 245 ◦ green 61 ◦ blue 210

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

Shades of Razzle Dazzle Rose #F53DD2

Tints of Razzle Dazzle Rose #F53DD2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.82%

 BLUE value IS 210 (82.42% from 255) = 40.7%

R = 47.48%
G = 11.82%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F53DD2 (or 0xF53DD2) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3D and D2. RGB value is (245,61,210). Sum of RGB (Red+Green+Blue) = 245+61+210=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 61 (24.22% from 255 or 11.82% from 516); Blue value is 210 (82.42% from 255 or 40.70% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F53DD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53DD2 is #0AC22D. Grayscale: #848484. Windows color (decimal): -705070 or 13778421. OLE color: 13778421.

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

Color convert

RGB 245 61 210 -
CMYK 0 0.75 0.14 0.04
HSL 311.41º 0.9% 0.6% -
HSV(B) 311.41º 0.75% 0.96% -
XYZ 50.96 27.4 63.58 -
YUV 133 171.46 207.88 -
System Red Green Blue C M Y K H S L
Decimal 245 61 210 0 0.75 0.14 0.04 311.41 0.9 0.6
Hex F5 3D D2 0 4B E 4 137 5A 3C
Octal 365 75 322 0 113 16 4 467 132 74
Binary 11110101 111101 11010010 0 1001011 1110 100 100110111 1011010 111100

Color Harmonies of #F53DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53DD2

Black with #F53DD2

Text Example


Text Example

White with #F53DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53DD2; }

 p { color: rgb(245,61,210); }

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

background-color css

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

 a { background-color: rgb(245,61,210); }

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

border-color css

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

 span { border-color: rgb(245,61,210); }

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