#F2629E

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

Shades of Brilliant Rose #F2629E

Tints of Brilliant Rose #F2629E

Color information

#F2629E (or 0xF2629E) is unknown color: approx Brilliant Rose. HEX triplet: F2, 62 and 9E. RGB value is (242,98,158). Sum of RGB (Red+Green+Blue) = 242+98+158=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F2629E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2629E is #0D9D61. Grayscale: #939393. Windows color (decimal): -892258 or 10380018. OLE color: 10380018.

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

Color convert

RGB24298158-
CMYK00.600.350.05
HSL335º84.71%66.67%-
HSV(B)335º59.5%94.9%-
XYZ47.1630.0835.67-
YUV147.9133.71195.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.59%
GREEN value IS 98 (38.67% from 255) = 19.68%
BLUE value IS 158 (62.11% from 255) = 31.73%
R=48.59%
G=19.68%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429815800.600.350.0533584.7166.67
HexF2629E03C23514f5543
Octal362142236074435517125103
Binary11110010110001010011110011110010001110110100111110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2629E; }

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

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

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

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

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

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

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

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