#F348C3

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

Shades of Razzle Dazzle Rose #F348C3

Tints of Razzle Dazzle Rose #F348C3

Color information

#F348C3 (or 0xF348C3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 48 and C3. RGB value is (243,72,195). Sum of RGB (Red+Green+Blue) = 243+72+195=510 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.65% from 510); Green value is 72 (28.52% from 255 or 14.12% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 243 - color contains mainly: red. Hex color #F348C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F348C3 is #0CB73C. Grayscale: #888888. Windows color (decimal): -833341 or 12798195. OLE color: 12798195.

HSL color Cylindrical-coordinate representation of color #F348C3: hue angle of 316.84º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F348C3 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB24372195-
CMYK00.700.200.05
HSL316.84º87.69%61.76%-
HSV(B)316.84º70.37%95.29%-
XYZ49.1327.6354.37-
YUV137.15160.65203.5-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.65%
GREEN value IS 72 (28.52% from 255) = 14.12%
BLUE value IS 195 (76.56% from 255) = 38.24%
R=47.65%
G=14.12%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437219500.700.200.05316.8487.6961.76
HexF348C304614513d583e
Octal363110303010624547513076
Binary1111001110010001100001101000110101001011001111011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F348C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F348C3; }

 p { color: rgb(243,72,195); }

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

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

 a { background-color: rgb(243,72,195); }

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

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

 span { border-color: rgb(243,72,195); }

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