#f354b4

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

Shades of Brilliant Rose #F354B4

Tints of Brilliant Rose #F354B4

Color information

#F354B4 (or 0xF354B4) is unknown color: approx Brilliant Rose. HEX triplet: F3, 54 and B4. RGB value is (243,84,180). Sum of RGB (Red+Green+Blue) = 243+84+180=507 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.93% from 507); Green value is 84 (33.20% from 255 or 16.57% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 243 - color contains mainly: red. Hex color #F354B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F354B4 is #0CAB4B. Grayscale: #8E8E8E. Windows color (decimal): -830284 or 11818227. OLE color: 11818227.

HSL color Cylindrical-coordinate representation of color #F354B4: hue angle of 323.77º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F354B4 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB24384180-
CMYK00.650.260.05
HSL323.77º86.89%64.12%-
HSV(B)323.77º65.43%95.29%-
XYZ48.3728.6946.17-
YUV142.49149.18199.69-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.93%
GREEN value IS 84 (33.20% from 255) = 16.57%
BLUE value IS 180 (70.70% from 255) = 35.50%
R=47.93%
G=16.57%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438418000.650.260.05323.7786.8964.12
HexF354B40411A51445740
Octal3631242640101325504127100
Binary11110011101010010110100010000011101010110100010010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f354b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f354b4; }

 p { color: rgb(243,84,180); }

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

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

 a { background-color: rgb(243,84,180); }

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

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

 span { border-color: rgb(243,84,180); }

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