Html Css Color HEX #F341E1 Razzle Dazzle Rose

📋 copy color: '#F341E1'

red 243 ◦ green 65 ◦ blue 225

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

Shades of Razzle Dazzle Rose #F341E1

Tints of Razzle Dazzle Rose #F341E1

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.2%

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

R = 45.59%
G = 12.2%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F341E1 (or 0xF341E1) is known color: Razzle Dazzle Rose. HEX triplet: F3, 41 and E1. RGB value is (243,65,225). Sum of RGB (Red+Green+Blue) = 243+65+225=533 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.59% from 533); Green value is 65 (25.78% from 255 or 12.20% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 243 - color contains mainly: red. Hex color #F341E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F341E1 is #0CBE1E. Grayscale: #888888. Windows color (decimal): -835103 or 14762483. OLE color: 14762483.

HSL color Cylindrical-coordinate representation of color #F341E1: hue angle of 306.07º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F341E1 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 65 225 -
CMYK 0 0.73 0.07 0.05
HSL 306.07º 0.88% 0.6% -
HSV(B) 306.07º 0.73% 0.95% -
XYZ 52.44 28.27 73.93 -
YUV 136.46 177.97 203.99 -
System Red Green Blue C M Y K H S L
Decimal 243 65 225 0 0.73 0.07 0.05 306.07 0.88 0.6
Hex F3 41 E1 0 49 7 5 132 58 3C
Octal 363 101 341 0 111 7 5 462 130 74
Binary 11110011 1000001 11100001 0 1001001 111 101 100110010 1011000 111100

Color Harmonies of #F341E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F341E1

Black with #F341E1

Text Example


Text Example

White with #F341E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F341E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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