#F34BAE

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

Shades of Brilliant Rose #F34BAE

Tints of Brilliant Rose #F34BAE

Color information

#F34BAE (or 0xF34BAE) is unknown color: approx Brilliant Rose. HEX triplet: F3, 4B and AE. RGB value is (243,75,174). Sum of RGB (Red+Green+Blue) = 243+75+174=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 75 (29.69% from 255 or 15.24% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F34BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34BAE is #0CB451. Grayscale: #888888. Windows color (decimal): -832594 or 11422707. OLE color: 11422707.

HSL color Cylindrical-coordinate representation of color #F34BAE: hue angle of 324.64º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F34BAE is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB24375174-
CMYK00.690.280.05
HSL324.64º87.5%62.35%-
HSV(B)324.64º69.14%95.29%-
XYZ47.1227.1442.8-
YUV136.52149.16203.95-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.39%
GREEN value IS 75 (29.69% from 255) = 15.24%
BLUE value IS 174 (68.36% from 255) = 35.37%
R=49.39%
G=15.24%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437517400.690.280.05324.6487.562.35
HexF34BAE0451C5145583e
Octal363113256010534550513076
Binary1111001110010111010111001000101111001011010001011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34BAE; }

 p { color: rgb(243,75,174); }

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

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

 a { background-color: rgb(243,75,174); }

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

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

 span { border-color: rgb(243,75,174); }

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