Html Css Color HEX #FF6F90 Brink Pink

📋 copy color: '#FF6F90'

red 255 ◦ green 111 ◦ blue 144

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

Shades of Brink Pink #FF6F90

Tints of Brink Pink #FF6F90

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.76%

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

R = 50%
G = 21.76%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF6F90 (or 0xFF6F90) is known color: Brink Pink. HEX triplet: FF, 6F and 90. RGB value is (255,111,144). Sum of RGB (Red+Green+Blue) = 255+111+144=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6F90 is #00906F. Grayscale: #9D9D9D. Windows color (decimal): -36976 or 9465855. OLE color: 9465855.

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

Color convert

RGB 255 111 144 -
CMYK 0 0.56 0.44 0
HSL 346.25º 1% 0.72% -
HSV(B) 346.25º 0.56% 1% -
XYZ 51.96 34.64 30.33 -
YUV 157.82 120.21 197.32 -
System Red Green Blue C M Y K H S L
Decimal 255 111 144 0 0.56 0.44 0 346.25 1 0.72
Hex FF 6F 90 0 38 2C 0 15A 64 48
Octal 377 157 220 0 70 54 0 532 144 110
Binary 11111111 1101111 10010000 0 111000 101100 0 101011010 1100100 1001000

Color Harmonies of #FF6F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6F90

Black with #FF6F90

Text Example


Text Example

White with #FF6F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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