#FF64A4

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

Shades of Brilliant Rose #FF64A4

Tints of Brilliant Rose #FF64A4

Color information

#FF64A4 (or 0xFF64A4) is unknown color: approx Brilliant Rose. HEX triplet: FF, 64 and A4. RGB value is (255,100,164). Sum of RGB (Red+Green+Blue) = 255+100+164=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 164 (64.45% from 255 or 31.60% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF64A4 is #009B5B. Grayscale: #999999. Windows color (decimal): -39772 or 10773759. OLE color: 10773759.

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

Color convert

RGB255100164-
CMYK00.610.360
HSL335.23º100%69.61%-
HSV(B)335.23º60.78%100%-
XYZ52.533.0538.74-
YUV153.64133.85200.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.13%
GREEN value IS 100 (39.45% from 255) = 19.27%
BLUE value IS 164 (64.45% from 255) = 31.60%
R=49.13%
G=19.27%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510016400.610.360335.2310069.61
HexFF64A403D24014f6446
Octal377144244075440517144106
Binary111111111100100101001000111101100100010100111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF64A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF64A4; }

 p { color: rgb(255,100,164); }

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

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

 a { background-color: rgb(255,100,164); }

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

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

 span { border-color: rgb(255,100,164); }

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