Html Css Color HEX #F51CDC Razzle Dazzle Rose

📋 copy color: '#F51CDC'

red 245 ◦ green 28 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F51CDC

Tints of Razzle Dazzle Rose #F51CDC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.68%

 BLUE value IS 220 (86.33% from 255) = 44.62%

R = 49.7%
G = 5.68%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F51CDC (or 0xF51CDC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 1C and DC. RGB value is (245,28,220). Sum of RGB (Red+Green+Blue) = 245+28+220=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 28 (11.33% from 255 or 5.68% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F51CDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51CDC is #0AE323. Grayscale: #727272. Windows color (decimal): -713508 or 14425333. OLE color: 14425333.

HSL color Cylindrical-coordinate representation of color #F51CDC: hue angle of 306.91º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51CDC is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 28 220 -
CMYK 0 0.89 0.10 0.04
HSL 306.91º 0.92% 0.54% -
HSV(B) 306.91º 0.89% 0.96% -
XYZ 50.99 25.41 69.93 -
YUV 114.77 187.39 220.89 -
System Red Green Blue C M Y K H S L
Decimal 245 28 220 0 0.89 0.10 0.04 306.91 0.92 0.54
Hex F5 1C DC 0 59 A 4 133 5C 36
Octal 365 34 334 0 131 12 4 463 134 66
Binary 11110101 11100 11011100 0 1011001 1010 100 100110011 1011100 110110

Color Harmonies of #F51CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51CDC

Black with #F51CDC

Text Example


Text Example

White with #F51CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51CDC; }

 p { color: rgb(245,28,220); }

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

background-color css

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

 a { background-color: rgb(245,28,220); }

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

border-color css

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

 span { border-color: rgb(245,28,220); }

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