Html Css Color HEX #F53CF1 Razzle Dazzle Rose

📋 copy color: '#F53CF1'

red 245 ◦ green 60 ◦ blue 241

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

Shades of Razzle Dazzle Rose #F53CF1

Tints of Razzle Dazzle Rose #F53CF1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 10.99%

 BLUE value IS 241 (94.53% from 255) = 44.14%

R = 44.87%
G = 10.99%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F53CF1 (or 0xF53CF1) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3C and F1. RGB value is (245,60,241). Sum of RGB (Red+Green+Blue) = 245+60+241=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 60 (23.83% from 255 or 10.99% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F53CF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53CF1 is #0AC30E. Grayscale: #878787. Windows color (decimal): -705295 or 15809781. OLE color: 15809781.

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

Color convert

RGB 245 60 241 -
CMYK 0 0.76 0.02 0.04
HSL 301.3º 0.9% 0.6% -
HSV(B) 301.3º 0.76% 0.96% -
XYZ 55.15 29 85.91 -
YUV 135.95 187.29 205.78 -
System Red Green Blue C M Y K H S L
Decimal 245 60 241 0 0.76 0.02 0.04 301.3 0.9 0.6
Hex F5 3C F1 0 4C 2 4 12D 5A 3C
Octal 365 74 361 0 114 2 4 455 132 74
Binary 11110101 111100 11110001 0 1001100 10 100 100101101 1011010 111100

Color Harmonies of #F53CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53CF1

Black with #F53CF1

Text Example


Text Example

White with #F53CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53CF1; }

 p { color: rgb(245,60,241); }

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

background-color css

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

 a { background-color: rgb(245,60,241); }

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

border-color css

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

 span { border-color: rgb(245,60,241); }

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