#FF6398

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

Shades of Brilliant Rose #FF6398

Tints of Brilliant Rose #FF6398

Color information

#FF6398 (or 0xFF6398) is unknown color: approx Brilliant Rose. HEX triplet: FF, 63 and 98. RGB value is (255,99,152). Sum of RGB (Red+Green+Blue) = 255+99+152=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6398 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6398 is #009C67. Grayscale: #979797. Windows color (decimal): -40040 or 9987071. OLE color: 9987071.

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

Color convert

RGB25599152-
CMYK00.610.400
HSL339.62º100%69.41%-
HSV(B)339.62º61.18%100%-
XYZ51.3732.4533.26-
YUV151.69128.18201.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.40%
GREEN value IS 99 (39.06% from 255) = 19.57%
BLUE value IS 152 (59.77% from 255) = 30.04%
R=50.40%
G=19.57%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559915200.610.400339.6210069.41
HexFF639803D2801546445
Octal377143230075500524144105
Binary111111111100011100110000111101101000010101010011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6398; }

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

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

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

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

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

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

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

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