Html Css Color HEX #F53BDD Razzle Dazzle Rose

📋 copy color: '#F53BDD'

red 245 ◦ green 59 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F53BDD

Tints of Razzle Dazzle Rose #F53BDD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.24%

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

R = 46.67%
G = 11.24%
B = 42.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F53BDD (or 0xF53BDD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3B and DD. RGB value is (245,59,221). Sum of RGB (Red+Green+Blue) = 245+59+221=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 59 (23.44% from 255 or 11.24% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F53BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53BDD is #0AC422. Grayscale: #848484. Windows color (decimal): -705571 or 14498805. OLE color: 14498805.

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

Color convert

RGB 245 59 221 -
CMYK 0 0.76 0.10 0.04
HSL 307.74º 0.9% 0.6% -
HSV(B) 307.74º 0.76% 0.96% -
XYZ 52.27 27.76 71.01 -
YUV 133.08 177.62 207.83 -
System Red Green Blue C M Y K H S L
Decimal 245 59 221 0 0.76 0.10 0.04 307.74 0.9 0.6
Hex F5 3B DD 0 4C A 4 134 5A 3C
Octal 365 73 335 0 114 12 4 464 132 74
Binary 11110101 111011 11011101 0 1001100 1010 100 100110100 1011010 111100

Color Harmonies of #F53BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53BDD

Black with #F53BDD

Text Example


Text Example

White with #F53BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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