Html Css Color HEX #F53BE3 Razzle Dazzle Rose

📋 copy color: '#F53BE3'

red 245 ◦ green 59 ◦ blue 227

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

Shades of Razzle Dazzle Rose #F53BE3

Tints of Razzle Dazzle Rose #F53BE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 42.75%

R = 46.14%
G = 11.11%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F53BE3 (or 0xF53BE3) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3B and E3. RGB value is (245,59,227). Sum of RGB (Red+Green+Blue) = 245+59+227=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 59 (23.44% from 255 or 11.11% from 531); Blue value is 227 (89.06% from 255 or 42.75% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F53BE3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53BE3 is #0AC41C. Grayscale: #858585. Windows color (decimal): -705565 or 14892021. OLE color: 14892021.

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

Color convert

RGB 245 59 227 -
CMYK 0 0.76 0.07 0.04
HSL 305.81º 0.9% 0.6% -
HSV(B) 305.81º 0.76% 0.96% -
XYZ 53.09 28.09 75.3 -
YUV 133.77 180.62 207.34 -
System Red Green Blue C M Y K H S L
Decimal 245 59 227 0 0.76 0.07 0.04 305.81 0.9 0.6
Hex F5 3B E3 0 4C 7 4 132 5A 3C
Octal 365 73 343 0 114 7 4 462 132 74
Binary 11110101 111011 11100011 0 1001100 111 100 100110010 1011010 111100

Color Harmonies of #F53BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53BE3

Black with #F53BE3

Text Example


Text Example

White with #F53BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53BE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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