#F7469C

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

Shades of Brilliant Rose #F7469C

Tints of Brilliant Rose #F7469C

Color information

#F7469C (or 0xF7469C) is unknown color: approx Brilliant Rose. HEX triplet: F7, 46 and 9C. RGB value is (247,70,156). Sum of RGB (Red+Green+Blue) = 247+70+156=473 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.22% from 473); Green value is 70 (27.73% from 255 or 14.80% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 247 - color contains mainly: red. Hex color #F7469C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7469C is #08B963. Grayscale: #848484. Windows color (decimal): -571748 or 10241783. OLE color: 10241783.

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

Color convert

RGB24770156-
CMYK00.720.370.03
HSL330.85º91.71%62.16%-
HSV(B)330.85º71.66%96.86%-
XYZ46.5526.5534.12-
YUV132.73141.14209.51-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.22%
GREEN value IS 70 (27.73% from 255) = 14.80%
BLUE value IS 156 (61.33% from 255) = 32.98%
R=52.22%
G=14.80%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477015600.720.370.03330.8591.7162.16
HexF7469C04825314b5c3e
Octal367106234011045351313476
Binary1111011110001101001110001001000100101111010010111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7469C; }

 p { color: rgb(247,70,156); }

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

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

 a { background-color: rgb(247,70,156); }

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

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

 span { border-color: rgb(247,70,156); }

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