#F64EBB

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

Shades of Brilliant Rose #F64EBB

Tints of Brilliant Rose #F64EBB

Color information

#F64EBB (or 0xF64EBB) is unknown color: approx Brilliant Rose. HEX triplet: F6, 4E and BB. RGB value is (246,78,187). Sum of RGB (Red+Green+Blue) = 246+78+187=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 78 (30.86% from 255 or 15.26% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 246 - color contains mainly: red. Hex color #F64EBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64EBB is #09B144. Grayscale: #8C8C8C. Windows color (decimal): -635205 or 12275446. OLE color: 12275446.

HSL color Cylindrical-coordinate representation of color #F64EBB: hue angle of 321.07º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F64EBB is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB24678187-
CMYK00.680.240.04
HSL321.07º90.32%63.53%-
HSV(B)321.07º68.29%96.47%-
XYZ49.728.6349.92-
YUV140.66154.16203.14-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.14%
GREEN value IS 78 (30.86% from 255) = 15.26%
BLUE value IS 187 (73.44% from 255) = 36.59%
R=48.14%
G=15.26%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467818700.680.240.04321.0790.3263.53
HexF64EBB0441841415a40
Octal3661162730104304501132100
Binary11110110100111010111011010001001100010010100000110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64EBB; }

 p { color: rgb(246,78,187); }

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

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

 a { background-color: rgb(246,78,187); }

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

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

 span { border-color: rgb(246,78,187); }

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