Html Css Color HEX #F51CE4 Razzle Dazzle Rose

📋 copy color: '#F51CE4'

red 245 ◦ green 28 ◦ blue 228

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

Shades of Razzle Dazzle Rose #F51CE4

Tints of Razzle Dazzle Rose #F51CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.51%

R = 48.9%
G = 5.59%
B = 45.51%

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

#F51CE4 (or 0xF51CE4) is known color: Razzle Dazzle Rose. HEX triplet: F5, 1C and E4. RGB value is (245,28,228). Sum of RGB (Red+Green+Blue) = 245+28+228=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 28 (11.33% from 255 or 5.59% from 501); Blue value is 228 (89.45% from 255 or 45.51% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F51CE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51CE4 is #0AE31B. Grayscale: #737373. Windows color (decimal): -713500 or 14949621. OLE color: 14949621.

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

Color convert

RGB 245 28 228 -
CMYK 0 0.89 0.07 0.04
HSL 304.7º 0.92% 0.54% -
HSV(B) 304.7º 0.89% 0.96% -
XYZ 52.08 25.84 75.64 -
YUV 115.68 191.39 220.24 -
System Red Green Blue C M Y K H S L
Decimal 245 28 228 0 0.89 0.07 0.04 304.7 0.92 0.54
Hex F5 1C E4 0 59 7 4 131 5C 36
Octal 365 34 344 0 131 7 4 461 134 66
Binary 11110101 11100 11100100 0 1011001 111 100 100110001 1011100 110110

Color Harmonies of #F51CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51CE4

Black with #F51CE4

Text Example


Text Example

White with #F51CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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