#F348CE

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

Shades of Razzle Dazzle Rose #F348CE

Tints of Razzle Dazzle Rose #F348CE

Color information

#F348CE (or 0xF348CE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 48 and CE. RGB value is (243,72,206). Sum of RGB (Red+Green+Blue) = 243+72+206=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 72 (28.52% from 255 or 13.82% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F348CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F348CE is #0CB731. Grayscale: #8A8A8A. Windows color (decimal): -833330 or 13519091. OLE color: 13519091.

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

Color convert

RGB24372206-
CMYK00.700.150.05
HSL312.98º87.69%61.76%-
HSV(B)312.98º70.37%95.29%-
XYZ50.4228.1561.17-
YUV138.4166.15202.6-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.64%
GREEN value IS 72 (28.52% from 255) = 13.82%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=46.64%
G=13.82%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437220600.700.150.05312.9887.6961.76
HexF348CE046F5139583e
Octal363110316010617547113076
Binary111100111001000110011100100011011111011001110011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F348CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F348CE; }

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

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

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

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

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

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

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

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