#FF6698

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

Shades of Brilliant Rose #FF6698

Tints of Brilliant Rose #FF6698

Color information

#FF6698 (or 0xFF6698) is unknown color: approx Brilliant Rose. HEX triplet: FF, 66 and 98. RGB value is (255,102,152). Sum of RGB (Red+Green+Blue) = 255+102+152=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6698 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6698 is #009967. Grayscale: #999999. Windows color (decimal): -39272 or 9987839. OLE color: 9987839.

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

Color convert

RGB255102152-
CMYK00.60.400
HSL340.39º100%70%-
HSV(B)340.39º60%100%-
XYZ51.6633.0333.36-
YUV153.45127.19200.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.10%
GREEN value IS 102 (40.23% from 255) = 20.04%
BLUE value IS 152 (59.77% from 255) = 29.86%
R=50.10%
G=20.04%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510215200.60.400340.3910070
HexFF669803C2801546446
Octal377146230074500524144106
Binary111111111100110100110000111100101000010101010011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6698; }

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

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

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

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

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

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

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

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