Html Css Color HEX #FF6990 Brink Pink

📋 copy color: '#FF6990'

red 255 ◦ green 105 ◦ blue 144

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

Shades of Brink Pink #FF6990

Tints of Brink Pink #FF6990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.83%

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

R = 50.6%
G = 20.83%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF6990 (or 0xFF6990) is known color: Brink Pink. HEX triplet: FF, 69 and 90. RGB value is (255,105,144). Sum of RGB (Red+Green+Blue) = 255+105+144=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6990 is #00966F. Grayscale: #9A9A9A. Windows color (decimal): -38512 or 9464319. OLE color: 9464319.

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

Color convert

RGB 255 105 144 -
CMYK 0 0.59 0.44 0
HSL 344.4º 1% 0.71% -
HSV(B) 344.4º 0.59% 1% -
XYZ 51.33 33.38 30.12 -
YUV 154.3 122.2 199.83 -
System Red Green Blue C M Y K H S L
Decimal 255 105 144 0 0.59 0.44 0 344.4 1 0.71
Hex FF 69 90 0 3B 2C 0 158 64 47
Octal 377 151 220 0 73 54 0 530 144 107
Binary 11111111 1101001 10010000 0 111011 101100 0 101011000 1100100 1000111

Color Harmonies of #FF6990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6990

Black with #FF6990

Text Example


Text Example

White with #FF6990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6990; }

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

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

background-color css

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

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

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

border-color css

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

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

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