#F04FBA

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

Shades of Brilliant Rose #F04FBA

Tints of Brilliant Rose #F04FBA

Color information

#F04FBA (or 0xF04FBA) is unknown color: approx Brilliant Rose. HEX triplet: F0, 4F and BA. RGB value is (240,79,186). Sum of RGB (Red+Green+Blue) = 240+79+186=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F04FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04FBA is #0FB045. Grayscale: #8B8B8B. Windows color (decimal): -1028166 or 12210160. OLE color: 12210160.

HSL color Cylindrical-coordinate representation of color #F04FBA: hue angle of 320.12º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F04FBA is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB24079186-
CMYK00.670.220.06
HSL320.12º84.29%62.55%-
HSV(B)320.12º67.08%94.12%-
XYZ47.5927.6649.29-
YUV139.34154.34199.8-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.52%
GREEN value IS 79 (31.25% from 255) = 15.64%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=47.52%
G=15.64%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407918600.670.220.06320.1284.2962.55
HexF04FBA043166140543f
Octal360117272010326650012477
Binary1111000010011111011101001000011101101101010000001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04FBA; }

 p { color: rgb(240,79,186); }

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

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

 a { background-color: rgb(240,79,186); }

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

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

 span { border-color: rgb(240,79,186); }

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