Html Css Color HEX #FA609C Brilliant Rose

📋 copy color: '#FA609C'

red 250 ◦ green 96 ◦ blue 156

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

Shades of Brilliant Rose #FA609C

Tints of Brilliant Rose #FA609C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.08%

R = 49.8%
G = 19.12%
B = 31.08%

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

#FA609C (or 0xFA609C) is known color: Brilliant Rose. HEX triplet: FA, 60 and 9C. RGB value is (250,96,156). Sum of RGB (Red+Green+Blue) = 250+96+156=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA609C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA609C is #059F63. Grayscale: #949494. Windows color (decimal): -368484 or 10248442. OLE color: 10248442.

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

Color convert

RGB 250 96 156 -
CMYK 0 0.62 0.38 0.02
HSL 336.62º 0.94% 0.68% -
HSV(B) 336.62º 0.62% 0.98% -
XYZ 49.61 31.09 34.84 -
YUV 148.89 132.02 200.12 -
System Red Green Blue C M Y K H S L
Decimal 250 96 156 0 0.62 0.38 0.02 336.62 0.94 0.68
Hex FA 60 9C 0 3E 26 2 151 5E 44
Octal 372 140 234 0 76 46 2 521 136 104
Binary 11111010 1100000 10011100 0 111110 100110 10 101010001 1011110 1000100

Color Harmonies of #FA609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA609C

Black with #FA609C

Text Example


Text Example

White with #FA609C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA609C; }

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

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

background-color css

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

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

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

border-color css

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

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

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