#F9669A

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

Shades of Brilliant Rose #F9669A

Tints of Brilliant Rose #F9669A

Color information

#F9669A (or 0xF9669A) is unknown color: approx Brilliant Rose. HEX triplet: F9, 66 and 9A. RGB value is (249,102,154). Sum of RGB (Red+Green+Blue) = 249+102+154=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F9669A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9669A is #069965. Grayscale: #979797. Windows color (decimal): -432486 or 10118905. OLE color: 10118905.

HSL color Cylindrical-coordinate representation of color #F9669A: hue angle of 338.78º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F9669A is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB249102154-
CMYK00.590.380.02
HSL338.78º92.45%68.82%-
HSV(B)338.78º59.04%97.65%-
XYZ49.6531.9834.13-
YUV151.88129.2197.27-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.31%
GREEN value IS 102 (40.23% from 255) = 20.20%
BLUE value IS 154 (60.55% from 255) = 30.50%
R=49.31%
G=20.20%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910215400.590.380.02338.7892.4568.82
HexF9669A03B2621535c45
Octal371146232073462523134105
Binary1111100111001101001101001110111001101010101001110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9669A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9669A; }

 p { color: rgb(249,102,154); }

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

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

 a { background-color: rgb(249,102,154); }

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

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

 span { border-color: rgb(249,102,154); }

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