#F34AA0

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

Shades of Brilliant Rose #F34AA0

Tints of Brilliant Rose #F34AA0

Color information

#F34AA0 (or 0xF34AA0) is unknown color: approx Brilliant Rose. HEX triplet: F3, 4A and A0. RGB value is (243,74,160). Sum of RGB (Red+Green+Blue) = 243+74+160=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 74 (29.30% from 255 or 15.51% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F34AA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34AA0 is #0CB55F. Grayscale: #868686. Windows color (decimal): -832864 or 10504947. OLE color: 10504947.

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

Color convert

RGB24374160-
CMYK00.700.340.05
HSL329.47º87.56%62.16%-
HSV(B)329.47º69.55%95.29%-
XYZ45.7626.4935.96-
YUV134.34142.49205.51-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.94%
GREEN value IS 74 (29.30% from 255) = 15.51%
BLUE value IS 160 (62.89% from 255) = 33.54%
R=50.94%
G=15.51%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437416000.700.340.05329.4787.5662.16
HexF34AA0046225149583e
Octal363112240010642551113076
Binary11110011100101010100000010001101000101011010010011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34AA0; }

 p { color: rgb(243,74,160); }

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

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

 a { background-color: rgb(243,74,160); }

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

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

 span { border-color: rgb(243,74,160); }

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