#FF6998

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

Shades of Brilliant Rose #FF6998

Tints of Brilliant Rose #FF6998

Color information

#FF6998 (or 0xFF6998) is unknown color: approx Brilliant Rose. HEX triplet: FF, 69 and 98. RGB value is (255,105,152). Sum of RGB (Red+Green+Blue) = 255+105+152=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 152 (59.77% from 255 or 29.69% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6998 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6998 is #009667. Grayscale: #9B9B9B. Windows color (decimal): -38504 or 9988607. OLE color: 9988607.

HSL color Cylindrical-coordinate representation of color #FF6998: hue angle of 341.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF6998 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB255105152-
CMYK00.590.400
HSL341.2º100%70.59%-
HSV(B)341.2º58.82%100%-
XYZ51.9633.6333.46-
YUV155.21126.2199.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.80%
GREEN value IS 105 (41.41% from 255) = 20.51%
BLUE value IS 152 (59.77% from 255) = 29.69%
R=49.80%
G=20.51%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510515200.590.400341.210070.59
HexFF699803B2801556447
Octal377151230073500525144107
Binary111111111101001100110000111011101000010101010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6998; }

 p { color: rgb(255,105,152); }

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

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

 a { background-color: rgb(255,105,152); }

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

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

 span { border-color: rgb(255,105,152); }

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