#F2649A

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

Shades of Brilliant Rose #F2649A

Tints of Brilliant Rose #F2649A

Color information

#F2649A (or 0xF2649A) is unknown color: approx Brilliant Rose. HEX triplet: F2, 64 and 9A. RGB value is (242,100,154). Sum of RGB (Red+Green+Blue) = 242+100+154=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F2649A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2649A is #0D9B65. Grayscale: #949494. Windows color (decimal): -891750 or 10118386. OLE color: 10118386.

HSL color Cylindrical-coordinate representation of color #F2649A: hue angle of 337.18º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F2649A is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB242100154-
CMYK00.590.360.05
HSL337.18º84.52%67.06%-
HSV(B)337.18º58.68%94.9%-
XYZ47.0130.3233.95-
YUV148.61131.04194.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.79%
GREEN value IS 100 (39.45% from 255) = 20.16%
BLUE value IS 154 (60.55% from 255) = 31.05%
R=48.79%
G=20.16%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210015400.590.360.05337.1884.5267.06
HexF2649A03B2451515543
Octal362144232073445521125103
Binary11110010110010010011010011101110010010110101000110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2649A; }

 p { color: rgb(242,100,154); }

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

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

 a { background-color: rgb(242,100,154); }

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

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

 span { border-color: rgb(242,100,154); }

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