#F35EA3

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

Shades of Brilliant Rose #F35EA3

Tints of Brilliant Rose #F35EA3

Color information

#F35EA3 (or 0xF35EA3) is unknown color: approx Brilliant Rose. HEX triplet: F3, 5E and A3. RGB value is (243,94,163). Sum of RGB (Red+Green+Blue) = 243+94+163=500 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.6% from 500); Green value is 94 (37.11% from 255 or 18.8% from 500); Blue value is 163 (64.06% from 255 or 32.6% from 500); Max value from RGB is 243 - color contains mainly: red. Hex color #F35EA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35EA3 is #0CA15C. Grayscale: #929292. Windows color (decimal): -827741 or 10706675. OLE color: 10706675.

HSL color Cylindrical-coordinate representation of color #F35EA3: hue angle of 332.21º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F35EA3 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB24394163-
CMYK00.610.330.05
HSL332.21º86.13%66.08%-
HSV(B)332.21º61.32%95.29%-
XYZ47.5829.737.88-
YUV146.42137.36196.89-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.6%
GREEN value IS 94 (37.11% from 255) = 18.8%
BLUE value IS 163 (64.06% from 255) = 32.6%
R=48.6%
G=18.8%
B=32.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439416300.610.330.05332.2186.1366.08
HexF35EA303D21514c5642
Octal363136243075415514126102
Binary11110011101111010100011011110110000110110100110010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35EA3; }

 p { color: rgb(243,94,163); }

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

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

 a { background-color: rgb(243,94,163); }

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

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

 span { border-color: rgb(243,94,163); }

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