Html Css Color HEX #FA619B Brilliant Rose

📋 copy color: '#FA619B'

red 250 ◦ green 97 ◦ blue 155

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

Shades of Brilliant Rose #FA619B

Tints of Brilliant Rose #FA619B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.32%

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

R = 49.8%
G = 19.32%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA619B (or 0xFA619B) is known color: Brilliant Rose. HEX triplet: FA, 61 and 9B. RGB value is (250,97,155). Sum of RGB (Red+Green+Blue) = 250+97+155=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA619B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA619B is #059E64. Grayscale: #959595. Windows color (decimal): -368229 or 10183162. OLE color: 10183162.

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

Color convert

RGB 250 97 155 -
CMYK 0 0.61 0.38 0.02
HSL 337.25º 0.94% 0.68% -
HSV(B) 337.25º 0.61% 0.98% -
XYZ 49.62 31.24 34.43 -
YUV 149.36 131.19 199.78 -
System Red Green Blue C M Y K H S L
Decimal 250 97 155 0 0.61 0.38 0.02 337.25 0.94 0.68
Hex FA 61 9B 0 3D 26 2 151 5E 44
Octal 372 141 233 0 75 46 2 521 136 104
Binary 11111010 1100001 10011011 0 111101 100110 10 101010001 1011110 1000100

Color Harmonies of #FA619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA619B

Black with #FA619B

Text Example


Text Example

White with #FA619B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA619B; }

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

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

background-color css

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

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

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

border-color css

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

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

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