#F341DB

Color #F341DB Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F341DB

Tints of Razzle Dazzle Rose #F341DB

Color information

#F341DB (or 0xF341DB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 41 and DB. RGB value is (243,65,219). Sum of RGB (Red+Green+Blue) = 243+65+219=527 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.11% from 527); Green value is 65 (25.78% from 255 or 12.33% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 243 - color contains mainly: red. Hex color #F341DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F341DB is #0CBE24. Grayscale: #878787. Windows color (decimal): -835109 or 14369267. OLE color: 14369267.

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

Color convert

RGB24365219-
CMYK00.730.100.05
HSL308.09º88.12%60.39%-
HSV(B)308.09º73.25%95.29%-
XYZ51.6427.9569.69-
YUV135.78174.97204.48-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.11%
GREEN value IS 65 (25.78% from 255) = 12.33%
BLUE value IS 219 (85.94% from 255) = 41.56%
R=46.11%
G=12.33%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2436521900.730.100.05308.0988.1260.39
HexF341DB049A5134583c
Octal363101333011112546413074
Binary111100111000001110110110100100110101011001101001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F341DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F341DB; }

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

 H1.HeaderClassName
 {
   color: #F341DB;
 }
 .AnyTagClassName
 {
   color: #F341DB;
 }
</style>
background-color css

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

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

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

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

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

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