Html Css Color HEX #F53BCD Razzle Dazzle Rose

📋 copy color: '#F53BCD'

red 245 ◦ green 59 ◦ blue 205

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

Shades of Razzle Dazzle Rose #F53BCD

Tints of Razzle Dazzle Rose #F53BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.28%

R = 48.13%
G = 11.59%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F53BCD (or 0xF53BCD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3B and CD. RGB value is (245,59,205). Sum of RGB (Red+Green+Blue) = 245+59+205=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 59 (23.44% from 255 or 11.59% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F53BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53BCD is #0AC432. Grayscale: #828282. Windows color (decimal): -705587 or 13450229. OLE color: 13450229.

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

Color convert

RGB 245 59 205 -
CMYK 0 0.76 0.16 0.04
HSL 312.9º 0.9% 0.6% -
HSV(B) 312.9º 0.76% 0.96% -
XYZ 50.24 26.95 60.31 -
YUV 131.26 169.62 209.13 -
System Red Green Blue C M Y K H S L
Decimal 245 59 205 0 0.76 0.16 0.04 312.9 0.9 0.6
Hex F5 3B CD 0 4C 10 4 139 5A 3C
Octal 365 73 315 0 114 20 4 471 132 74
Binary 11110101 111011 11001101 0 1001100 10000 100 100111001 1011010 111100

Color Harmonies of #F53BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53BCD

Black with #F53BCD

Text Example


Text Example

White with #F53BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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