Html Css Color HEX #F331E1 Razzle Dazzle Rose

📋 copy color: '#F331E1'

red 243 ◦ green 49 ◦ blue 225

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

Shades of Razzle Dazzle Rose #F331E1

Tints of Razzle Dazzle Rose #F331E1

RGB

 RED value IS 243 (95.31% from 255) = 47%

 GREEN value IS 49 (19.53% from 255) = 9.48%

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

R = 47%
G = 9.48%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F331E1 (or 0xF331E1) is known color: Razzle Dazzle Rose. HEX triplet: F3, 31 and E1. RGB value is (243,49,225). Sum of RGB (Red+Green+Blue) = 243+49+225=517 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.00% from 517); Green value is 49 (19.53% from 255 or 9.48% from 517); Blue value is 225 (88.28% from 255 or 43.52% from 517); Max value from RGB is 243 - color contains mainly: red. Hex color #F331E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F331E1 is #0CCE1E. Grayscale: #7E7E7E. Windows color (decimal): -839199 or 14758387. OLE color: 14758387.

HSL color Cylindrical-coordinate representation of color #F331E1: hue angle of 305.57º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F331E1 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 49 225 -
CMYK 0 0.80 0.07 0.05
HSL 305.57º 0.89% 0.57% -
HSV(B) 305.57º 0.8% 0.95% -
XYZ 51.65 26.69 73.66 -
YUV 127.07 183.27 210.69 -
System Red Green Blue C M Y K H S L
Decimal 243 49 225 0 0.80 0.07 0.05 305.57 0.89 0.57
Hex F3 31 E1 0 50 7 5 132 59 39
Octal 363 61 341 0 120 7 5 462 131 71
Binary 11110011 110001 11100001 0 1010000 111 101 100110010 1011001 111001

Color Harmonies of #F331E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F331E1

Black with #F331E1

Text Example


Text Example

White with #F331E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F331E1; }

 p { color: rgb(243,49,225); }

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

background-color css

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

 a { background-color: rgb(243,49,225); }

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

border-color css

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

 span { border-color: rgb(243,49,225); }

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