Html Css Color HEX #F53DBB Razzle Dazzle Rose

📋 copy color: '#F53DBB'

red 245 ◦ green 61 ◦ blue 187

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

Shades of Razzle Dazzle Rose #F53DBB

Tints of Razzle Dazzle Rose #F53DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.93%

R = 49.7%
G = 12.37%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F53DBB (or 0xF53DBB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3D and BB. RGB value is (245,61,187). Sum of RGB (Red+Green+Blue) = 245+61+187=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 61 (24.22% from 255 or 12.37% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F53DBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53DBB is #0AC244. Grayscale: #828282. Windows color (decimal): -705093 or 12271093. OLE color: 12271093.

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

Color convert

RGB 245 61 187 -
CMYK 0 0.75 0.24 0.04
HSL 318.91º 0.9% 0.6% -
HSV(B) 318.91º 0.75% 0.96% -
XYZ 48.29 26.34 49.55 -
YUV 130.38 159.96 209.75 -
System Red Green Blue C M Y K H S L
Decimal 245 61 187 0 0.75 0.24 0.04 318.91 0.9 0.6
Hex F5 3D BB 0 4B 18 4 13F 5A 3C
Octal 365 75 273 0 113 30 4 477 132 74
Binary 11110101 111101 10111011 0 1001011 11000 100 100111111 1011010 111100

Color Harmonies of #F53DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53DBB

Black with #F53DBB

Text Example


Text Example

White with #F53DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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