#F334B2

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

Shades of Persian Rose #F334B2

Tints of Persian Rose #F334B2

Color information

#F334B2 (or 0xF334B2) is unknown color: approx Persian Rose. HEX triplet: F3, 34 and B2. RGB value is (243,52,178). Sum of RGB (Red+Green+Blue) = 243+52+178=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 52 (20.70% from 255 or 10.99% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F334B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F334B2 is #0CCB4D. Grayscale: #7B7B7B. Windows color (decimal): -838478 or 11678963. OLE color: 11678963.

HSL color Cylindrical-coordinate representation of color #F334B2: hue angle of 320.42º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F334B2 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB24352178-
CMYK00.790.270.05
HSL320.42º88.84%57.84%-
HSV(B)320.42º78.6%95.29%-
XYZ46.2324.7344.46-
YUV123.47158.78213.25-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.37%
GREEN value IS 52 (20.70% from 255) = 10.99%
BLUE value IS 178 (69.92% from 255) = 37.63%
R=51.37%
G=10.99%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2435217800.790.270.05320.4288.8457.84
HexF334B204F1B5140593a
Octal36364262011733550013172
Binary111100111101001011001001001111110111011010000001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F334B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F334B2; }

 p { color: rgb(243,52,178); }

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

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

 a { background-color: rgb(243,52,178); }

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

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

 span { border-color: rgb(243,52,178); }

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