#F2689E

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

Shades of Brilliant Rose #F2689E

Tints of Brilliant Rose #F2689E

Color information

#F2689E (or 0xF2689E) is unknown color: approx Brilliant Rose. HEX triplet: F2, 68 and 9E. RGB value is (242,104,158). Sum of RGB (Red+Green+Blue) = 242+104+158=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F2689E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2689E is #0D9761. Grayscale: #979797. Windows color (decimal): -890722 or 10381554. OLE color: 10381554.

HSL color Cylindrical-coordinate representation of color #F2689E: hue angle of 336.52º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2689E is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB242104158-
CMYK00.570.350.05
HSL336.52º84.15%67.84%-
HSV(B)336.52º57.02%94.9%-
XYZ47.7431.2535.86-
YUV151.42131.72192.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.02%
GREEN value IS 104 (41.02% from 255) = 20.63%
BLUE value IS 158 (62.11% from 255) = 31.35%
R=48.02%
G=20.63%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210415800.570.350.05336.5284.1567.84
HexF2689E0392351515444
Octal362150236071435521124104
Binary11110010110100010011110011100110001110110101000110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2689E; }

 p { color: rgb(242,104,158); }

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

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

 a { background-color: rgb(242,104,158); }

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

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

 span { border-color: rgb(242,104,158); }

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