#FA639D

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

Shades of Brilliant Rose #FA639D

Tints of Brilliant Rose #FA639D

Color information

#FA639D (or 0xFA639D) is unknown color: approx Brilliant Rose. HEX triplet: FA, 63 and 9D. RGB value is (250,99,157). Sum of RGB (Red+Green+Blue) = 250+99+157=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA639D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA639D is #059C62. Grayscale: #969696. Windows color (decimal): -367715 or 10314746. OLE color: 10314746.

HSL color Cylindrical-coordinate representation of color #FA639D: hue angle of 336.95º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA639D is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB25099157-
CMYK00.600.370.02
HSL336.95º93.79%68.43%-
HSV(B)336.95º60.4%98.04%-
XYZ49.9731.6835.38-
YUV150.76131.53198.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.41%
GREEN value IS 99 (39.06% from 255) = 19.57%
BLUE value IS 157 (61.72% from 255) = 31.03%
R=49.41%
G=19.57%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509915700.600.370.02336.9593.7968.43
HexFA639D03C2521515e44
Octal372143235074452521136104
Binary1111101011000111001110101111001001011010101000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA639D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA639D; }

 p { color: rgb(250,99,157); }

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

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

 a { background-color: rgb(250,99,157); }

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

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

 span { border-color: rgb(250,99,157); }

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