Html Css Color HEX #F51CE5 Razzle Dazzle Rose

📋 copy color: '#F51CE5'

red 245 ◦ green 28 ◦ blue 229

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

Shades of Razzle Dazzle Rose #F51CE5

Tints of Razzle Dazzle Rose #F51CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.62%

R = 48.8%
G = 5.58%
B = 45.62%

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

#F51CE5 (or 0xF51CE5) is known color: Razzle Dazzle Rose. HEX triplet: F5, 1C and E5. RGB value is (245,28,229). Sum of RGB (Red+Green+Blue) = 245+28+229=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 28 (11.33% from 255 or 5.58% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F51CE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51CE5 is #0AE31A. Grayscale: #737373. Windows color (decimal): -713499 or 15015157. OLE color: 15015157.

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

Color convert

RGB 245 28 229 -
CMYK 0 0.89 0.07 0.04
HSL 304.42º 0.92% 0.54% -
HSV(B) 304.42º 0.89% 0.96% -
XYZ 52.21 25.9 76.38 -
YUV 115.8 191.89 220.16 -
System Red Green Blue C M Y K H S L
Decimal 245 28 229 0 0.89 0.07 0.04 304.42 0.92 0.54
Hex F5 1C E5 0 59 7 4 130 5C 36
Octal 365 34 345 0 131 7 4 460 134 66
Binary 11110101 11100 11100101 0 1011001 111 100 100110000 1011100 110110

Color Harmonies of #F51CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51CE5

Black with #F51CE5

Text Example


Text Example

White with #F51CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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