Html Css Color HEX #FA608F Brink Pink

📋 copy color: '#FA608F'

red 250 ◦ green 96 ◦ blue 143

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

Shades of Brink Pink #FA608F

Tints of Brink Pink #FA608F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.24%

R = 51.12%
G = 19.63%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA608F (or 0xFA608F) is known color: Brink Pink. HEX triplet: FA, 60 and 8F. RGB value is (250,96,143). Sum of RGB (Red+Green+Blue) = 250+96+143=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FA608F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA608F is #059F70. Grayscale: #939393. Windows color (decimal): -368497 or 9396474. OLE color: 9396474.

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

Color convert

RGB 250 96 143 -
CMYK 0 0.62 0.43 0.02
HSL 341.69º 0.94% 0.68% -
HSV(B) 341.69º 0.62% 0.98% -
XYZ 48.57 30.67 29.35 -
YUV 147.4 125.52 201.18 -
System Red Green Blue C M Y K H S L
Decimal 250 96 143 0 0.62 0.43 0.02 341.69 0.94 0.68
Hex FA 60 8F 0 3E 2B 2 156 5E 44
Octal 372 140 217 0 76 53 2 526 136 104
Binary 11111010 1100000 10001111 0 111110 101011 10 101010110 1011110 1000100

Color Harmonies of #FA608F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA608F

Black with #FA608F

Text Example


Text Example

White with #FA608F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA608F; }

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

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

background-color css

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

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

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

border-color css

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

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

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