Html Css Color HEX #F53DD3 Razzle Dazzle Rose

📋 copy color: '#F53DD3'

red 245 ◦ green 61 ◦ blue 211

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

Shades of Razzle Dazzle Rose #F53DD3

Tints of Razzle Dazzle Rose #F53DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.81%

R = 47.39%
G = 11.8%
B = 40.81%

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

#F53DD3 (or 0xF53DD3) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3D and D3. RGB value is (245,61,211). Sum of RGB (Red+Green+Blue) = 245+61+211=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 61 (24.22% from 255 or 11.80% from 517); Blue value is 211 (82.81% from 255 or 40.81% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F53DD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53DD3 is #0AC22C. Grayscale: #848484. Windows color (decimal): -705069 or 13843957. OLE color: 13843957.

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

Color convert

RGB 245 61 211 -
CMYK 0 0.75 0.14 0.04
HSL 311.09º 0.9% 0.6% -
HSV(B) 311.09º 0.75% 0.96% -
XYZ 51.08 27.45 64.23 -
YUV 133.12 171.96 207.8 -
System Red Green Blue C M Y K H S L
Decimal 245 61 211 0 0.75 0.14 0.04 311.09 0.9 0.6
Hex F5 3D D3 0 4B E 4 137 5A 3C
Octal 365 75 323 0 113 16 4 467 132 74
Binary 11110101 111101 11010011 0 1001011 1110 100 100110111 1011010 111100

Color Harmonies of #F53DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53DD3

Black with #F53DD3

Text Example


Text Example

White with #F53DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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