Html Css Color HEX #F53BDF Razzle Dazzle Rose

📋 copy color: '#F53BDF'

red 245 ◦ green 59 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F53BDF

Tints of Razzle Dazzle Rose #F53BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.31%

R = 46.49%
G = 11.2%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F53BDF (or 0xF53BDF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3B and DF. RGB value is (245,59,223). Sum of RGB (Red+Green+Blue) = 245+59+223=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 59 (23.44% from 255 or 11.20% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F53BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53BDF is #0AC420. Grayscale: #848484. Windows color (decimal): -705569 or 14629877. OLE color: 14629877.

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

Color convert

RGB 245 59 223 -
CMYK 0 0.76 0.09 0.04
HSL 307.1º 0.9% 0.6% -
HSV(B) 307.1º 0.76% 0.96% -
XYZ 52.54 27.87 72.42 -
YUV 133.31 178.62 207.66 -
System Red Green Blue C M Y K H S L
Decimal 245 59 223 0 0.76 0.09 0.04 307.1 0.9 0.6
Hex F5 3B DF 0 4C 9 4 133 5A 3C
Octal 365 73 337 0 114 11 4 463 132 74
Binary 11110101 111011 11011111 0 1001100 1001 100 100110011 1011010 111100

Color Harmonies of #F53BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53BDF

Black with #F53BDF

Text Example


Text Example

White with #F53BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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