Html Css Color HEX #FF6092 Brink Pink

📋 copy color: '#FF6092'

red 255 ◦ green 96 ◦ blue 146

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

Shades of Brink Pink #FF6092

Tints of Brink Pink #FF6092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.38%

R = 51.31%
G = 19.32%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#FF6092 (or 0xFF6092) is known color: Brink Pink. HEX triplet: FF, 60 and 92. RGB value is (255,96,146). Sum of RGB (Red+Green+Blue) = 255+96+146=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6092 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6092 is #009F6D. Grayscale: #959595. Windows color (decimal): -40814 or 9593087. OLE color: 9593087.

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

Color convert

RGB 255 96 146 -
CMYK 0 0.62 0.43 0
HSL 341.13º 1% 0.69% -
HSV(B) 341.13º 0.62% 1% -
XYZ 50.61 31.7 30.65 -
YUV 149.24 126.18 203.43 -
System Red Green Blue C M Y K H S L
Decimal 255 96 146 0 0.62 0.43 0 341.13 1 0.69
Hex FF 60 92 0 3E 2B 0 155 64 45
Octal 377 140 222 0 76 53 0 525 144 105
Binary 11111111 1100000 10010010 0 111110 101011 0 101010101 1100100 1000101

Color Harmonies of #FF6092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6092

Black with #FF6092

Text Example


Text Example

White with #FF6092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6092; }

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

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

background-color css

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

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

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

border-color css

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

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

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