Html Css Color HEX #F41CE1 Razzle Dazzle Rose

📋 copy color: '#F41CE1'

red 244 ◦ green 28 ◦ blue 225

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

Shades of Razzle Dazzle Rose #F41CE1

Tints of Razzle Dazzle Rose #F41CE1

RGB

 RED value IS 244 (95.7% from 255) = 49.09%

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

 BLUE value IS 225 (88.28% from 255) = 45.27%

R = 49.09%
G = 5.63%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F41CE1 (or 0xF41CE1) is known color: Razzle Dazzle Rose. HEX triplet: F4, 1C and E1. RGB value is (244,28,225). Sum of RGB (Red+Green+Blue) = 244+28+225=497 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.09% from 497); Green value is 28 (11.33% from 255 or 5.63% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 244 - color contains mainly: red. Hex color #F41CE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41CE1 is #0BE31E. Grayscale: #727272. Windows color (decimal): -779039 or 14753012. OLE color: 14753012.

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

Color convert

RGB 244 28 225 -
CMYK 0 0.89 0.08 0.04
HSL 305.28º 0.91% 0.53% -
HSV(B) 305.28º 0.89% 0.96% -
XYZ 51.31 25.5 73.45 -
YUV 115.04 190.06 219.98 -
System Red Green Blue C M Y K H S L
Decimal 244 28 225 0 0.89 0.08 0.04 305.28 0.91 0.53
Hex F4 1C E1 0 59 8 4 131 5B 35
Octal 364 34 341 0 131 10 4 461 133 65
Binary 11110100 11100 11100001 0 1011001 1000 100 100110001 1011011 110101

Color Harmonies of #F41CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41CE1

Black with #F41CE1

Text Example


Text Example

White with #F41CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41CE1; }

 p { color: rgb(244,28,225); }

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

background-color css

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

 a { background-color: rgb(244,28,225); }

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

border-color css

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

 span { border-color: rgb(244,28,225); }

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