#F348CB

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

Shades of Razzle Dazzle Rose #F348CB

Tints of Razzle Dazzle Rose #F348CB

Color information

#F348CB (or 0xF348CB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 48 and CB. RGB value is (243,72,203). Sum of RGB (Red+Green+Blue) = 243+72+203=518 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.91% from 518); Green value is 72 (28.52% from 255 or 13.90% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 243 - color contains mainly: red. Hex color #F348CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F348CB is #0CB734. Grayscale: #898989. Windows color (decimal): -833333 or 13322483. OLE color: 13322483.

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

Color convert

RGB24372203-
CMYK00.700.160.05
HSL314.04º87.69%61.76%-
HSV(B)314.04º70.37%95.29%-
XYZ50.062859.27-
YUV138.06164.65202.85-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.91%
GREEN value IS 72 (28.52% from 255) = 13.90%
BLUE value IS 203 (79.69% from 255) = 39.19%
R=46.91%
G=13.90%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437220300.700.160.05314.0487.6961.76
HexF348CB04610513a583e
Octal363110313010620547213076
Binary1111001110010001100101101000110100001011001110101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F348CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F348CB; }

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

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

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

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

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

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

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

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