Html Css Color HEX #FF6090 Brink Pink

📋 copy color: '#FF6090'

red 255 ◦ green 96 ◦ blue 144

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

Shades of Brink Pink #FF6090

Tints of Brink Pink #FF6090

RGB

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

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

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

R = 51.52%
G = 19.39%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF6090 (or 0xFF6090) is known color: Brink Pink. HEX triplet: FF, 60 and 90. RGB value is (255,96,144). Sum of RGB (Red+Green+Blue) = 255+96+144=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6090 is #009F6F. Grayscale: #949494. Windows color (decimal): -40816 or 9462015. OLE color: 9462015.

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

Color convert

RGB 255 96 144 -
CMYK 0 0.62 0.44 0
HSL 341.89º 1% 0.69% -
HSV(B) 341.89º 0.62% 1% -
XYZ 50.46 31.64 29.83 -
YUV 149.01 125.18 203.6 -
System Red Green Blue C M Y K H S L
Decimal 255 96 144 0 0.62 0.44 0 341.89 1 0.69
Hex FF 60 90 0 3E 2C 0 156 64 45
Octal 377 140 220 0 76 54 0 526 144 105
Binary 11111111 1100000 10010000 0 111110 101100 0 101010110 1100100 1000101

Color Harmonies of #FF6090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6090

Black with #FF6090

Text Example


Text Example

White with #FF6090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6090; }

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

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

background-color css

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

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

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

border-color css

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

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

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