Html Css Color HEX #FF6C90 Brink Pink

📋 copy color: '#FF6C90'

red 255 ◦ green 108 ◦ blue 144

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

Shades of Brink Pink #FF6C90

Tints of Brink Pink #FF6C90

RGB

 RED value IS 255 (100% from 255) = 50.3%

 GREEN value IS 108 (42.58% from 255) = 21.3%

 BLUE value IS 144 (56.64% from 255) = 28.4%

R = 50.3%
G = 21.3%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF6C90 (or 0xFF6C90) is known color: Brink Pink. HEX triplet: FF, 6C and 90. RGB value is (255,108,144). Sum of RGB (Red+Green+Blue) = 255+108+144=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6C90 is #00936F. Grayscale: #9C9C9C. Windows color (decimal): -37744 or 9465087. OLE color: 9465087.

HSL color Cylindrical-coordinate representation of color #FF6C90: hue angle of 345.31º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6C90 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB 255 108 144 -
CMYK 0 0.58 0.44 0
HSL 345.31º 1% 0.71% -
HSV(B) 345.31º 0.58% 1% -
XYZ 51.64 34 30.23 -
YUV 156.06 121.2 198.57 -
System Red Green Blue C M Y K H S L
Decimal 255 108 144 0 0.58 0.44 0 345.31 1 0.71
Hex FF 6C 90 0 3A 2C 0 159 64 47
Octal 377 154 220 0 72 54 0 531 144 107
Binary 11111111 1101100 10010000 0 111010 101100 0 101011001 1100100 1000111

Color Harmonies of #FF6C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6C90

Black with #FF6C90

Text Example


Text Example

White with #FF6C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6C90; }

 p { color: rgb(255,108,144); }

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

background-color css

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

 a { background-color: rgb(255,108,144); }

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

border-color css

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

 span { border-color: rgb(255,108,144); }

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