#F351B6

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

Shades of Brilliant Rose #F351B6

Tints of Brilliant Rose #F351B6

Color information

#F351B6 (or 0xF351B6) is unknown color: approx Brilliant Rose. HEX triplet: F3, 51 and B6. RGB value is (243,81,182). Sum of RGB (Red+Green+Blue) = 243+81+182=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 81 (32.03% from 255 or 16.01% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 243 - color contains mainly: red. Hex color #F351B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F351B6 is #0CAE49. Grayscale: #8C8C8C. Windows color (decimal): -831050 or 11948531. OLE color: 11948531.

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

Color convert

RGB24381182-
CMYK00.670.250.05
HSL322.59º87.1%63.53%-
HSV(B)322.59º66.67%95.29%-
XYZ48.3528.3247.17-
YUV140.95151.17200.79-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.02%
GREEN value IS 81 (32.03% from 255) = 16.01%
BLUE value IS 182 (71.48% from 255) = 35.97%
R=48.02%
G=16.01%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438118200.670.250.05322.5987.163.53
HexF351B60431951435740
Octal3631212660103315503127100
Binary11110011101000110110110010000111100110110100001110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F351B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F351B6; }

 p { color: rgb(243,81,182); }

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

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

 a { background-color: rgb(243,81,182); }

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

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

 span { border-color: rgb(243,81,182); }

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