Html Css Color HEX #FA609A Brilliant Rose

📋 copy color: '#FA609A'

red 250 ◦ green 96 ◦ blue 154

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

Shades of Brilliant Rose #FA609A

Tints of Brilliant Rose #FA609A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.2%

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

R = 50%
G = 19.2%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA609A (or 0xFA609A) is known color: Brilliant Rose. HEX triplet: FA, 60 and 9A. RGB value is (250,96,154). Sum of RGB (Red+Green+Blue) = 250+96+154=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 96 (37.89% from 255 or 19.2% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA609A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA609A is #059F65. Grayscale: #949494. Windows color (decimal): -368486 or 10117370. OLE color: 10117370.

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

Color convert

RGB 250 96 154 -
CMYK 0 0.62 0.38 0.02
HSL 337.4º 0.94% 0.68% -
HSV(B) 337.4º 0.62% 0.98% -
XYZ 49.44 31.02 33.95 -
YUV 148.66 131.02 200.28 -
System Red Green Blue C M Y K H S L
Decimal 250 96 154 0 0.62 0.38 0.02 337.4 0.94 0.68
Hex FA 60 9A 0 3E 26 2 151 5E 44
Octal 372 140 232 0 76 46 2 521 136 104
Binary 11111010 1100000 10011010 0 111110 100110 10 101010001 1011110 1000100

Color Harmonies of #FA609A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA609A

Black with #FA609A

Text Example


Text Example

White with #FA609A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA609A; }

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

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

background-color css

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

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

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

border-color css

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

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

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