Html Css Color HEX #F51CE3 Razzle Dazzle Rose

📋 copy color: '#F51CE3'

red 245 ◦ green 28 ◦ blue 227

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

Shades of Razzle Dazzle Rose #F51CE3

Tints of Razzle Dazzle Rose #F51CE3

RGB

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

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

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

R = 49%
G = 5.6%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F51CE3 (or 0xF51CE3) is known color: Razzle Dazzle Rose. HEX triplet: F5, 1C and E3. RGB value is (245,28,227). Sum of RGB (Red+Green+Blue) = 245+28+227=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 28 (11.33% from 255 or 5.6% from 500); Blue value is 227 (89.06% from 255 or 45.4% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F51CE3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51CE3 is #0AE31C. Grayscale: #727272. Windows color (decimal): -713501 or 14884085. OLE color: 14884085.

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

Color convert

RGB 245 28 227 -
CMYK 0 0.89 0.07 0.04
HSL 304.98º 0.92% 0.54% -
HSV(B) 304.98º 0.89% 0.96% -
XYZ 51.94 25.79 74.91 -
YUV 115.57 190.89 220.32 -
System Red Green Blue C M Y K H S L
Decimal 245 28 227 0 0.89 0.07 0.04 304.98 0.92 0.54
Hex F5 1C E3 0 59 7 4 131 5C 36
Octal 365 34 343 0 131 7 4 461 134 66
Binary 11110101 11100 11100011 0 1011001 111 100 100110001 1011100 110110

Color Harmonies of #F51CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51CE3

Black with #F51CE3

Text Example


Text Example

White with #F51CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51CE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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