Html Css Color HEX #F53FB4 Razzle Dazzle Rose

📋 copy color: '#F53FB4'

red 245 ◦ green 63 ◦ blue 180

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

Shades of Razzle Dazzle Rose #F53FB4

Tints of Razzle Dazzle Rose #F53FB4

RGB

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

 GREEN value IS 63 (25% from 255) = 12.91%

 BLUE value IS 180 (70.7% from 255) = 36.89%

R = 50.2%
G = 12.91%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F53FB4 (or 0xF53FB4) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3F and B4. RGB value is (245,63,180). Sum of RGB (Red+Green+Blue) = 245+63+180=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 63 (25% from 255 or 12.91% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F53FB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53FB4 is #0AC04B. Grayscale: #828282. Windows color (decimal): -704588 or 11812853. OLE color: 11812853.

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

Color convert

RGB 245 63 180 -
CMYK 0 0.74 0.27 0.04
HSL 321.43º 0.9% 0.6% -
HSV(B) 321.43º 0.74% 0.96% -
XYZ 47.67 26.26 45.74 -
YUV 130.76 155.8 209.49 -
System Red Green Blue C M Y K H S L
Decimal 245 63 180 0 0.74 0.27 0.04 321.43 0.9 0.6
Hex F5 3F B4 0 4A 1B 4 141 5A 3C
Octal 365 77 264 0 112 33 4 501 132 74
Binary 11110101 111111 10110100 0 1001010 11011 100 101000001 1011010 111100

Color Harmonies of #F53FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53FB4

Black with #F53FB4

Text Example


Text Example

White with #F53FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53FB4; }

 p { color: rgb(245,63,180); }

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

background-color css

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

 a { background-color: rgb(245,63,180); }

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

border-color css

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

 span { border-color: rgb(245,63,180); }

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