Html Css Color HEX #F53FD3 Razzle Dazzle Rose

📋 copy color: '#F53FD3'

red 245 ◦ green 63 ◦ blue 211

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

Shades of Razzle Dazzle Rose #F53FD3

Tints of Razzle Dazzle Rose #F53FD3

RGB

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

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

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

R = 47.21%
G = 12.14%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F53FD3 (or 0xF53FD3) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3F and D3. RGB value is (245,63,211). Sum of RGB (Red+Green+Blue) = 245+63+211=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 63 (25% from 255 or 12.14% from 519); Blue value is 211 (82.81% from 255 or 40.66% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F53FD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53FD3 is #0AC02C. Grayscale: #858585. Windows color (decimal): -704557 or 13844469. OLE color: 13844469.

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

Color convert

RGB 245 63 211 -
CMYK 0 0.74 0.14 0.04
HSL 311.21º 0.9% 0.6% -
HSV(B) 311.21º 0.74% 0.96% -
XYZ 51.19 27.67 64.27 -
YUV 134.29 171.3 206.97 -
System Red Green Blue C M Y K H S L
Decimal 245 63 211 0 0.74 0.14 0.04 311.21 0.9 0.6
Hex F5 3F D3 0 4A E 4 137 5A 3C
Octal 365 77 323 0 112 16 4 467 132 74
Binary 11110101 111111 11010011 0 1001010 1110 100 100110111 1011010 111100

Color Harmonies of #F53FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53FD3

Black with #F53FD3

Text Example


Text Example

White with #F53FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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