#FF62A5

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

Shades of Brilliant Rose #FF62A5

Tints of Brilliant Rose #FF62A5

Color information

#FF62A5 (or 0xFF62A5) is unknown color: approx Brilliant Rose. HEX triplet: FF, 62 and A5. RGB value is (255,98,165). Sum of RGB (Red+Green+Blue) = 255+98+165=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 98 (38.67% from 255 or 18.92% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF62A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF62A5 is #009D5A. Grayscale: #989898. Windows color (decimal): -40283 or 10838783. OLE color: 10838783.

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

Color convert

RGB25598165-
CMYK00.620.350
HSL334.39º100%69.22%-
HSV(B)334.39º61.57%100%-
XYZ52.432.7139.15-
YUV152.58135.01201.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.23%
GREEN value IS 98 (38.67% from 255) = 18.92%
BLUE value IS 165 (64.84% from 255) = 31.85%
R=49.23%
G=18.92%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559816500.620.350334.3910069.22
HexFF62A503E23014e6445
Octal377142245076430516144105
Binary111111111100010101001010111110100011010100111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF62A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF62A5; }

 p { color: rgb(255,98,165); }

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

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

 a { background-color: rgb(255,98,165); }

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

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

 span { border-color: rgb(255,98,165); }

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