Html Css Color HEX #FA608C Brink Pink

📋 copy color: '#FA608C'

red 250 ◦ green 96 ◦ blue 140

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

Shades of Brink Pink #FA608C

Tints of Brink Pink #FA608C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.81%

R = 51.44%
G = 19.75%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA608C (or 0xFA608C) is known color: Brink Pink. HEX triplet: FA, 60 and 8C. RGB value is (250,96,140). Sum of RGB (Red+Green+Blue) = 250+96+140=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA608C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA608C is #059F73. Grayscale: #939393. Windows color (decimal): -368500 or 9199866. OLE color: 9199866.

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

Color convert

RGB 250 96 140 -
CMYK 0 0.62 0.44 0.02
HSL 342.86º 0.94% 0.68% -
HSV(B) 342.86º 0.62% 0.98% -
XYZ 48.34 30.58 28.17 -
YUV 147.06 124.02 201.42 -
System Red Green Blue C M Y K H S L
Decimal 250 96 140 0 0.62 0.44 0.02 342.86 0.94 0.68
Hex FA 60 8C 0 3E 2C 2 157 5E 44
Octal 372 140 214 0 76 54 2 527 136 104
Binary 11111010 1100000 10001100 0 111110 101100 10 101010111 1011110 1000100

Color Harmonies of #FA608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA608C

Black with #FA608C

Text Example


Text Example

White with #FA608C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA608C; }

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

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

background-color css

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

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

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

border-color css

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

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

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