Html Css Color HEX #FA639A Brilliant Rose

📋 copy color: '#FA639A'

red 250 ◦ green 99 ◦ blue 154

#FA639A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #FA639A

Tints of Brilliant Rose #FA639A

RGB

 RED value IS 250 (98.05% from 255) = 49.7%

 GREEN value IS 99 (39.06% from 255) = 19.68%

 BLUE value IS 154 (60.55% from 255) = 30.62%

R = 49.7%
G = 19.68%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA639A (or 0xFA639A) is known color: Brilliant Rose. HEX triplet: FA, 63 and 9A. RGB value is (250,99,154). Sum of RGB (Red+Green+Blue) = 250+99+154=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA639A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA639A is #059C65. Grayscale: #969696. Windows color (decimal): -367718 or 10118138. OLE color: 10118138.

HSL color Cylindrical-coordinate representation of color #FA639A: hue angle of 338.15º 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 #FA639A is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 99 154 -
CMYK 0 0.60 0.38 0.02
HSL 338.15º 0.94% 0.68% -
HSV(B) 338.15º 0.6% 0.98% -
XYZ 49.72 31.58 34.05 -
YUV 150.42 130.03 199.03 -
System Red Green Blue C M Y K H S L
Decimal 250 99 154 0 0.60 0.38 0.02 338.15 0.94 0.68
Hex FA 63 9A 0 3C 26 2 152 5E 44
Octal 372 143 232 0 74 46 2 522 136 104
Binary 11111010 1100011 10011010 0 111100 100110 10 101010010 1011110 1000100

Color Harmonies of #FA639A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA639A

Black with #FA639A

Text Example


Text Example

White with #FA639A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA639A; }

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

 H1.HeaderClassName
 {
   color: #FA639A;
 }
 .AnyTagClassName
 {
   color: #FA639A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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