Html Css Color HEX #F53DD4 Razzle Dazzle Rose

📋 copy color: '#F53DD4'

red 245 ◦ green 61 ◦ blue 212

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

Shades of Razzle Dazzle Rose #F53DD4

Tints of Razzle Dazzle Rose #F53DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.93%

R = 47.3%
G = 11.78%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F53DD4 (or 0xF53DD4) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3D and D4. RGB value is (245,61,212). Sum of RGB (Red+Green+Blue) = 245+61+212=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 61 (24.22% from 255 or 11.78% from 518); Blue value is 212 (83.20% from 255 or 40.93% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F53DD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53DD4 is #0AC22B. Grayscale: #848484. Windows color (decimal): -705068 or 13909493. OLE color: 13909493.

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

Color convert

RGB 245 61 212 -
CMYK 0 0.75 0.13 0.04
HSL 310.76º 0.9% 0.6% -
HSV(B) 310.76º 0.75% 0.96% -
XYZ 51.21 27.5 64.9 -
YUV 133.23 172.46 207.72 -
System Red Green Blue C M Y K H S L
Decimal 245 61 212 0 0.75 0.13 0.04 310.76 0.9 0.6
Hex F5 3D D4 0 4B D 4 137 5A 3C
Octal 365 75 324 0 113 15 4 467 132 74
Binary 11110101 111101 11010100 0 1001011 1101 100 100110111 1011010 111100

Color Harmonies of #F53DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53DD4

Black with #F53DD4

Text Example


Text Example

White with #F53DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53DD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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