#F84FB2

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

Shades of Brilliant Rose #F84FB2

Tints of Brilliant Rose #F84FB2

Color information

#F84FB2 (or 0xF84FB2) is unknown color: approx Brilliant Rose. HEX triplet: F8, 4F and B2. RGB value is (248,79,178). Sum of RGB (Red+Green+Blue) = 248+79+178=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F84FB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84FB2 is #07B04D. Grayscale: #8C8C8C. Windows color (decimal): -503886 or 11685880. OLE color: 11685880.

HSL color Cylindrical-coordinate representation of color #F84FB2: hue angle of 324.85º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F84FB2 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB24879178-
CMYK00.680.280.03
HSL324.85º92.35%64.12%-
HSV(B)324.85º68.15%97.25%-
XYZ49.5428.7645.06-
YUV140.82148.99204.45-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.11%
GREEN value IS 79 (31.25% from 255) = 15.64%
BLUE value IS 178 (69.92% from 255) = 35.25%
R=49.11%
G=15.64%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2487917800.680.280.03324.8592.3564.12
HexF84FB20441C31455c40
Octal3701172620104343505134100
Binary1111100010011111011001001000100111001110100010110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84FB2; }

 p { color: rgb(248,79,178); }

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

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

 a { background-color: rgb(248,79,178); }

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

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

 span { border-color: rgb(248,79,178); }

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