Html Css Color HEX #F341B5 Razzle Dazzle Rose

📋 copy color: '#F341B5'

red 243 ◦ green 65 ◦ blue 181

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

Shades of Razzle Dazzle Rose #F341B5

Tints of Razzle Dazzle Rose #F341B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.01%

R = 49.69%
G = 13.29%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F341B5 (or 0xF341B5) is known color: Razzle Dazzle Rose. HEX triplet: F3, 41 and B5. RGB value is (243,65,181). Sum of RGB (Red+Green+Blue) = 243+65+181=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 65 (25.78% from 255 or 13.29% from 489); Blue value is 181 (71.09% from 255 or 37.01% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F341B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F341B5 is #0CBE4A. Grayscale: #838383. Windows color (decimal): -835147 or 11878899. OLE color: 11878899.

HSL color Cylindrical-coordinate representation of color #F341B5: hue angle of 320.9º 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 #F341B5 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 65 181 -
CMYK 0 0.73 0.26 0.05
HSL 320.9º 0.88% 0.6% -
HSV(B) 320.9º 0.73% 0.95% -
XYZ 47.19 26.17 46.28 -
YUV 131.45 155.97 207.57 -
System Red Green Blue C M Y K H S L
Decimal 243 65 181 0 0.73 0.26 0.05 320.9 0.88 0.6
Hex F3 41 B5 0 49 1A 5 141 58 3C
Octal 363 101 265 0 111 32 5 501 130 74
Binary 11110011 1000001 10110101 0 1001001 11010 101 101000001 1011000 111100

Color Harmonies of #F341B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F341B5

Black with #F341B5

Text Example


Text Example

White with #F341B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F341B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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