Html Css Color HEX #FA609B Brilliant Rose

📋 copy color: '#FA609B'

red 250 ◦ green 96 ◦ blue 155

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

Shades of Brilliant Rose #FA609B

Tints of Brilliant Rose #FA609B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.94%

R = 49.9%
G = 19.16%
B = 30.94%

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

#FA609B (or 0xFA609B) is known color: Brilliant Rose. HEX triplet: FA, 60 and 9B. RGB value is (250,96,155). Sum of RGB (Red+Green+Blue) = 250+96+155=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA609B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA609B is #059F64. Grayscale: #949494. Windows color (decimal): -368485 or 10182906. OLE color: 10182906.

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

Color convert

RGB 250 96 155 -
CMYK 0 0.62 0.38 0.02
HSL 337.01º 0.94% 0.68% -
HSV(B) 337.01º 0.62% 0.98% -
XYZ 49.52 31.06 34.39 -
YUV 148.77 131.52 200.2 -
System Red Green Blue C M Y K H S L
Decimal 250 96 155 0 0.62 0.38 0.02 337.01 0.94 0.68
Hex FA 60 9B 0 3E 26 2 151 5E 44
Octal 372 140 233 0 76 46 2 521 136 104
Binary 11111010 1100000 10011011 0 111110 100110 10 101010001 1011110 1000100

Color Harmonies of #FA609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA609B

Black with #FA609B

Text Example


Text Example

White with #FA609B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA609B; }

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

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

background-color css

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

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

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

border-color css

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

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

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